We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86185e4 commit 36090d8Copy full SHA for 36090d8
Dockerfile.dev
@@ -54,15 +54,15 @@ COPY --chown=wagtail:wagtail entrypoint.dev.sh /app/entrypoint.dev.sh
54
# Make the entrypoint script executable
55
RUN chmod +x /app/entrypoint.dev.sh
56
57
-# Use user "wagtail" to run the build commands below and the server itself.
58
-USER wagtail
59
-
60
# Copy the wait-for-it script
61
COPY wait-for-it.sh /app/wait-for-it.sh
62
63
# Make the script executable
64
RUN chmod +x /app/wait-for-it.sh
65
+# Use user "wagtail" to run the build commands below and the server itself.
+USER wagtail
+
66
# # Collect static files.
67
# RUN python manage.py collectstatic --noinput --clear
68
0 commit comments