ladogton2010 commited on
Commit
431938e
·
1 Parent(s): ac33519
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN touch db.sqlite3
13
  RUN ls -la
14
  RUN chmod 777 db.sqlite3
15
  RUN ls -la
16
- CMD python3 manage.py migrate; python3 manage.py runserver 0:7860
17
 
18
 
19
 
 
13
  RUN ls -la
14
  RUN chmod 777 db.sqlite3
15
  RUN ls -la
16
+ CMD whoami; python3 manage.py migrate; python3 manage.py runserver 0:7860
17
 
18
 
19