Skip to content

Commit

Permalink
Unexpose port 3000 from API Dockerfile (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Aug 18, 2023
1 parent 712b837 commit 4ec5dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ ENV SEMANTIC_VERSION=$SEMANTIC_VERSION

# Exposes
# - 8000: Dev server for API Django app
# - 3000: Sphinx live server
EXPOSE 8000 3000
EXPOSE 8000

# Wait for ES to accept connections
ENTRYPOINT ["./run.sh"]
Expand Down

0 comments on commit 4ec5dfb

Please sign in to comment.