Skip to content

Commit

Permalink
Add EXPOSE to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tofran committed Sep 13, 2024
1 parent c708c58 commit 8dbf857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ ARG APP_VERSION
ENV APP_VERSION=$APP_VERSION
ENV STORAGE_URL="osfs:///uploads"

EXPOSE 8000

CMD ["uvicorn", "--host=0.0.0.0", "--port=8000", "app_distribution_server.app:app"]

0 comments on commit 8dbf857

Please sign in to comment.