Skip to content

Commit

Permalink
Web image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed Jan 14, 2024
1 parent b580ad2 commit 3d96ac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ CMD celery -A src.celery worker -c ${CONCURENCY:-4} -n "${celery}@%h" --max-task
FROM base as web
COPY --from=uwsgi-compile /uwsgi /usr/local/bin/
HEALTHCHECK CMD wget -q -O /dev/null http://localhost:8000/healthcheck/ || exit 1
CMD uwsgi --master --http :8000 --module src.web:app
WORKDIR src
CMD uwsgi --master --http :8000 --module web:app

0 comments on commit 3d96ac0

Please sign in to comment.