Skip to content

Commit

Permalink
rm continuous
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 11, 2024
1 parent c5bbc6f commit 5d04696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN chmod +x ./gradlew

EXPOSE 8081

ENTRYPOINT [ "./gradlew", "bootRun", "--continuous", "--args=--server.port=8081" ]
ENTRYPOINT [ "./gradlew", "bootRun", "--args=--server.port=8081" ]
4 changes: 1 addition & 3 deletions backend/dev-dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM amazoncorretto:17
ENV HOME=/app
RUN mkdir -p $HOME
WORKDIR $HOME

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

0 comments on commit 5d04696

Please sign in to comment.