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 f3494dc commit 2970b21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ VOLUME /tmp
#for local
#COPY target/*.war app.war
#for CI/CD
ARG JAR_FILE=ironoc-personal-portfolio-3.1.8.war
COPY ${JAR_FILE} app.war
COPY 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 2970b21

Please sign in to comment.