Skip to content

Commit cddf817

Browse files
Merge pull request #182 from stuartmaxwell/stuartmaxwell-patch-1
Update Dockerfile
2 parents 73d56a2 + b2fb640 commit cddf817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY . /app
4242
RUN mkdir /app/staticfiles
4343

4444
# Fix permissions
45-
RUN chmod 1777 /tmp
45+
RUN chmod -R 1777 /tmp
4646
RUN chmod +x /app/backup.sh
4747
RUN chmod +x /app/entrypoint.sh
4848

0 commit comments

Comments
 (0)