Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Sep 8, 2024
1 parent 9b50bc9 commit 7b419b2
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 @@ -4,7 +4,7 @@ VOLUME /tmp
#for local
#COPY target/*.war app.war
#for CI/CD
COPY ironoc-personal-portfolio-3.1.8.war app.war
COPY target/ironoc-personal-portfolio-3.1.8.war app.war
RUN sh -c 'touch /app.war'

ENV RUN_FILE /run.sh
Expand Down

0 comments on commit 7b419b2

Please sign in to comment.