Skip to content

Commit

Permalink
ci config change
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Feb 16, 2024
1 parent 44dc37a commit 2788c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM amazoncorretto:17
VOLUME /tmp

COPY ./server/target/server-java-1.0.0-SNAPSHOT-exec.jar app.jar
#COPY ./server/target/server-java-1.0.0-SNAPSHOT-exec.jar app.jar
COPY ./server/target/server-java-5195-ci-tlc-SNAPSHOT-exec.jar app.jar
ENTRYPOINT [\
"java",\
"-Delasticsearch.index.name=${INDEX_NAME}",\
Expand Down

0 comments on commit 2788c51

Please sign in to comment.