Nicolas Massé 3 years ago
parent
commit
d193300e17
  1. 4
      src/main/docker/Dockerfile.jvm

4
src/main/docker/Dockerfile.jvm

@ -9,10 +9,6 @@
# #
# podman build -f src/main/docker/Dockerfile.jvm -t quay.io/madroadshowfrance2023/tekton-pipeline-slack-bot:latest . # podman build -f src/main/docker/Dockerfile.jvm -t quay.io/madroadshowfrance2023/tekton-pipeline-slack-bot:latest .
# #
# Then run the container using:
#
# docker run -i --rm -e quarkus/slack-bot-jvm
#
# This image uses the `run-java.sh` script to run the application. # This image uses the `run-java.sh` script to run the application.
# This scripts computes the command line to execute your Java application, and # This scripts computes the command line to execute your Java application, and
# includes memory/GC tuning. # includes memory/GC tuning.

Loading…
Cancel
Save