Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Sep 9, 2024
1 parent 01619fc commit 7247a7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM eclipse-temurin:21-jdk

VOLUME /tmp
#for local
#COPY target/*.war app.war
#for CI/CD

COPY target/*.war app.war
RUN sh -c 'touch /app.war'

Expand Down

0 comments on commit 7247a7b

Please sign in to comment.