Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ RUN python -V
|
|
31 |
# CMD pipenv run python update.py
|
32 |
# CMD pipenv run python -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600
|
33 |
|
34 |
-
CMD ["python", "update.py", "&&", "pipenv", "run", "python", "-m", "gunicorn", "main:app", "-b", "0.0.0.0:7860", "-w", "8", "--timeout", "600"]
|
|
|
31 |
# CMD pipenv run python update.py
|
32 |
# CMD pipenv run python -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600
|
33 |
|
34 |
+
CMD ["pipenv", "run", "python", "update.py", "&&", "pipenv", "run", "python", "-m", "gunicorn", "main:app", "-b", "0.0.0.0:7860", "-w", "8", "--timeout", "600"]
|