docker specification

This commit is contained in:
2023-01-27 21:59:44 -06:00
parent 88d15c1d49
commit 38325641b4

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" , "geventwebsocket.gunicorn.workers.GeventWebSocketWorker", "--bind", "0.0.0.0:8080", "application:app"]
CMD [ "gunicorn", "-k" , "--bind", "0.0.0.0:8080", "app:app"]