We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca2276 commit dc97dd3Copy full SHA for dc97dd3
Dockerfile
@@ -41,6 +41,8 @@ RUN uv sync --locked --no-dev
41
COPY . /app
42
RUN mkdir /app/staticfiles
43
44
+# Fix permissions
45
+RUN chmod 1777 /tmp
46
RUN chmod +x /app/backup.sh
47
RUN chmod +x /app/entrypoint.sh
48
0 commit comments