We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d56a2 commit b2fb640Copy full SHA for b2fb640
Dockerfile
@@ -42,7 +42,7 @@ COPY . /app
42
RUN mkdir /app/staticfiles
43
44
# Fix permissions
45
-RUN chmod 1777 /tmp
+RUN chmod -R 1777 /tmp
46
RUN chmod +x /app/backup.sh
47
RUN chmod +x /app/entrypoint.sh
48
0 commit comments