Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -8,5 +8,5 @@ RUN pip3 install -r requirements.txt
|
|
| 8 |
# RUN python manage.py makemigrations
|
| 9 |
# RUN python manage.py migrate
|
| 10 |
RUN cd invoice
|
| 11 |
-
EXPOSE
|
| 12 |
-
CMD ["python3", "manage.py", "runserver", "0.0.0.0:
|
|
|
|
| 8 |
# RUN python manage.py makemigrations
|
| 9 |
# RUN python manage.py migrate
|
| 10 |
RUN cd invoice
|
| 11 |
+
EXPOSE 7860
|
| 12 |
+
CMD ["python3", "manage.py", "runserver", "0.0.0.0:7860"]
|