Skip to content

Commit

Permalink
forego the entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaron committed Sep 23, 2021
1 parent 3638cc6 commit 089ce9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ RUN chmod +x ./docker-entrypoint.sh

EXPOSE 5432
EXPOSE 8000
ENTRYPOINT ["./docker-entrypoint.sh"]
CMD . /venv/bin/activate && uvicorn api.asgi:app --host 0.0.0.0 --port 8000
# ENTRYPOINT ["./docker-entrypoint.sh"]

0 comments on commit 089ce9a

Please sign in to comment.