Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumu-kun authored Oct 7, 2024
1 parent 1bca625 commit 116dbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ./mvnw package -DskipTests -Dcheckstyle.skip=true
# Runtime stage
FROM openjdk:17-jdk-slim
WORKDIR /app
rm .env
RUN rm .env
COPY .env.test2 .env
COPY --from=build target/*.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit 116dbfc

Please sign in to comment.