Skip to content

Commit e15b4e7

Browse files
committed
Dockerfile
1 parent 0088d69 commit e15b4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM eclipse-temurin:17 AS BUILD
1111
COPY . /app/
1212
WORKDIR /app/
1313
RUN ./mvnw clean install -Pproduction
14-
# At this point, we have the app (executable jar file): /app/target/my-hilla-app-1.0-SNAPSHOT.jar
14+
# At this point, we have the app (executable jar file): /app/demo/target/componentsample-1.0.5-SNAPSHOT.jar
1515

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

0 commit comments

Comments
 (0)