We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df9083 commit 265e59eCopy full SHA for 265e59e
docker/Dockerfile
@@ -38,6 +38,8 @@ RUN composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci
38
# Add ci/bin and ci/vendor/bin to PATH
39
ENV PATH="/ci/bin:/ci/vendor/bin:${PATH}"
40
41
+RUN mkdir -p /workspace
42
+
43
# Set working directory
44
WORKDIR /workspace
45
0 commit comments