Spaces:
Sleeping
Sleeping
Commit
·
aaf2527
1
Parent(s):
574cb84
list polls
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ WORKDIR mysite
|
|
12 |
RUN touch db.sqlite3
|
13 |
RUN ls -la
|
14 |
RUN chmod 777 db.sqlite3
|
15 |
-
RUN ls -la
|
16 |
CMD python3 manage.py makemigrations; \
|
17 |
python3 manage.py migrate; \
|
18 |
python3 manage.py runserver 0:7860
|
|
|
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; \
|
18 |
python3 manage.py runserver 0:7860
|