Expose port 8400 in backend Dockerfile (#671)

This commit is contained in:
Danny Piper
2024-05-03 18:59:05 +01:00
committed by GitHub
parent a642fc3e30
commit 05891698d6

View File

@@ -16,6 +16,8 @@ RUN set -ex \
&& pip3 install --upgrade pip pipenv wheel virtualenv \
&& pipenv install --deploy
EXPOSE 8400
CMD pipenv run gunicorn \
-k uvicorn.workers.UvicornWorker \
bracket.app:app \