Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added the PostgresSQL port to be exposed.
  • Loading branch information
nhkhai committed May 1, 2024
1 parent 652f14f commit 24f5e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN service postgresql start && \
WORKDIR /opt/app

# The environment port to expose.
EXPOSE 5432
ENV PORT=9090
EXPOSE $PORT

Expand Down

0 comments on commit 24f5e24

Please sign in to comment.