Skip to content

Commit

Permalink
Update run.sh & Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Sep 8, 2024
1 parent 529fa76 commit f3494dc
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
Expand Up @@ -4,7 +4,8 @@ VOLUME /tmp
#for local
#COPY target/*.war app.war
#for CI/CD
COPY target/*.war app.war
ARG JAR_FILE=ironoc-personal-portfolio-3.1.8.war
COPY ${JAR_FILE} app.war
RUN sh -c 'touch /app.war'

ENV RUN_FILE /run.sh
Expand Down

0 comments on commit f3494dc

Please sign in to comment.