mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
docker try 3
This commit is contained in:
@@ -10,4 +10,4 @@ RUN apt-get -yq update && \
|
||||
pip install --no-cache-dir -r ./src/requirements.txt
|
||||
WORKDIR /app/src
|
||||
|
||||
CMD [ "gunicorn", "-k" , "--bind", "0.0.0.0:8080", "app:app"]
|
||||
CMD [ "gunicorn", "--bind", "0.0.0.0:8080", "app:app"]
|
||||
Reference in New Issue
Block a user