Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Oct 10, 2024
1 parent 0088d69 commit e15b4e7
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 @@ -11,7 +11,7 @@ FROM eclipse-temurin:17 AS BUILD
COPY . /app/
WORKDIR /app/
RUN ./mvnw clean install -Pproduction
# At this point, we have the app (executable jar file): /app/target/my-hilla-app-1.0-SNAPSHOT.jar
# At this point, we have the app (executable jar file): /app/demo/target/componentsample-1.0.5-SNAPSHOT.jar

# The "Run" stage. Start with a clean image, and copy over just the app itself, omitting gradle, npm and any intermediate build files.
FROM eclipse-temurin:17
Expand Down

0 comments on commit e15b4e7

Please sign in to comment.