Created
August 3, 2020 22:40
-
-
Save ricardozanini/1aa0f0d4b13b80448b5e68800e42ccbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM quay.io/kiegroup/kogito-quarkus-jvm-ubi8:latest | |
COPY target/*-runner.jar $KOGITO_HOME/bin | |
COPY target/lib $KOGITO_HOME/bin/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment