Skip to content

Commit

Permalink
#30 fixing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Aug 20, 2024
1 parent bcbd47b commit d4ade19
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
@@ -1,7 +1,7 @@
FROM amazoncorretto:21-alpine3.19

RUN mkdir /opt/atc
COPY atc-all.jar /opt/atc/atc.jar
COPY target/atc-1.0-SNAPSHOT.jar /opt/atc/atc.jar

WORKDIR /opt/atc
ENTRYPOINT [ "java", "-jar", "atc.jar" ]

0 comments on commit d4ade19

Please sign in to comment.