docker try 3

This commit is contained in:
2023-01-27 22:01:51 -06:00
parent 38325641b4
commit 00bd66f6bd

View File

@@ -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"]