Spaces:
Sleeping
Sleeping
Commit
·
572d66b
1
Parent(s):
802b72d
ls mysite
Browse files- 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 chmod 777 ./polls
|
16 |
-
RUN ls -la ./
|
17 |
CMD python3 manage.py makemigrations; \
|
18 |
python3 manage.py migrate; \
|
19 |
python3 manage.py runserver 0:7860
|
|
|
13 |
RUN ls -la
|
14 |
RUN chmod 777 db.sqlite3
|
15 |
RUN chmod 777 ./polls
|
16 |
+
RUN ls -la ./
|
17 |
CMD python3 manage.py makemigrations; \
|
18 |
python3 manage.py migrate; \
|
19 |
python3 manage.py runserver 0:7860
|