Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliothmoon authored Jan 6, 2025
1 parent 8ab6068 commit ebebe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM openjdk:21

WORKDIR /app

COPY mirrorc-cdk-backend.jar mirrorc-cdk-backend.jar
COPY target/mirrorc-cdk-backend.jar mirrorc-cdk-backend.jar

EXPOSE 9768

ENTRYPOINT ["java", "-jar", "-XX:+UseZGC", "mirrorc-cdk-backend.jar"]
ENTRYPOINT ["java", "-jar", "-XX:+UseZGC", "mirrorc-cdk-backend.jar"]

0 comments on commit ebebe2e

Please sign in to comment.