Skip to content

Commit

Permalink
add expose fro port 80 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 11, 2024
1 parent 4808e76 commit bd61257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ COPY . .
RUN chmod +x ./gradlew

EXPOSE 8081
EXPOSE 80

ENTRYPOINT [ "./gradlew", "bootRun", "--args=--server.port=8081" ]

0 comments on commit bd61257

Please sign in to comment.