Skip to content

Commit f3c217e

Browse files
committed
fixed permissions on migrations file
1 parent 86b5959 commit f3c217e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
4343
pip install --upgrade --no-cache-dir -r requirements.txt && \
4444
rm -rf get-pip.py ~/.cache
4545

46+
RUN chmod -R 777 /app
47+
4648
USER opensutd
4749

4850
EXPOSE 8000

projects/migrations/__init__.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)