Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 10, 2024
1 parent 4a62862 commit 3bcd015
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 @@ -3,5 +3,6 @@ ENV HOME=/app
RUN mkdir -p $HOME
WORKDIR $HOME
CMD [ "chmod", "+x", "./gradlew" ]
EXPOSE 8081

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

0 comments on commit 3bcd015

Please sign in to comment.