Spaces:
Sleeping
Sleeping
Commit
·
ac33519
1
Parent(s):
56d214f
permisos de archivo
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -10,7 +10,9 @@ COPY app ./mysite
|
|
10 |
WORKDIR mysite
|
11 |
|
12 |
RUN touch db.sqlite3
|
|
|
13 |
RUN chmod 777 db.sqlite3
|
|
|
14 |
CMD python3 manage.py migrate; python3 manage.py runserver 0:7860
|
15 |
|
16 |
|
|
|
10 |
WORKDIR mysite
|
11 |
|
12 |
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 |
|