ns-devel
commited on
Commit
·
841a64a
1
Parent(s):
e3663b0
Updated dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ WORKDIR $HOME/app
|
|
17 |
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
-
ENTRYPOINT ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
|
|
17 |
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
+
ENTRYPOINT ["python", "manage.py", "runserver", "0.0.0.0:8000", "--noreload"]
|