Skip to content

Commit 6e39873

Browse files
committed
library-api: fix dockerfile
1 parent 1c07725 commit 6e39873

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library-api/src/main/docker/Dockerfile.jvm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ COPY target/quarkus-app/lib/ $KOGITO_HOME/bin/lib/
1010
COPY target/quarkus-app/*.jar $KOGITO_HOME/bin/
1111
COPY target/quarkus-app/app/ $KOGITO_HOME/bin/app/
1212
COPY target/quarkus-app/quarkus/ $KOGITO_HOME/bin/quarkus/
13+
14+
# Set working directory and run the application
15+
WORKDIR $KOGITO_HOME/bin
16+
EXPOSE 8080
17+
CMD ["java", "-jar", "quarkus-run.jar"]

0 commit comments

Comments
 (0)