ladogton2010 commited on
Commit
802b72d
·
1 Parent(s): aaf2527

migrations dirr

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ WORKDIR mysite
12
  RUN touch db.sqlite3
13
  RUN ls -la
14
  RUN chmod 777 db.sqlite3
 
15
  RUN ls -la ./polls
16
  CMD python3 manage.py makemigrations; \
17
  python3 manage.py migrate; \
 
12
  RUN touch db.sqlite3
13
  RUN ls -la
14
  RUN chmod 777 db.sqlite3
15
+ RUN chmod 777 ./polls
16
  RUN ls -la ./polls
17
  CMD python3 manage.py makemigrations; \
18
  python3 manage.py migrate; \