Skip to content

Commit

Permalink
go back to port 8080 and rm the port flag in the cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 11, 2024
1 parent bd61257 commit ba447fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .

RUN chmod +x ./gradlew

EXPOSE 8081
EXPOSE 8080
EXPOSE 80

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

0 comments on commit ba447fc

Please sign in to comment.