Skip to content

Commit 265e59e

Browse files
committed
add workspace folder
1 parent 1df9083 commit 265e59e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ RUN composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci
3838
# Add ci/bin and ci/vendor/bin to PATH
3939
ENV PATH="/ci/bin:/ci/vendor/bin:${PATH}"
4040

41+
RUN mkdir -p /workspace
42+
4143
# Set working directory
4244
WORKDIR /workspace
4345

0 commit comments

Comments
 (0)