Files
payara_test/Dockerfile
Kevin G d6b017ed72
Some checks failed
test-docker-env / test (push) Failing after 21s
rfgvedghbtrfg
2025-09-04 22:08:23 +02:00

9 lines
211 B
Docker

# Basis-Image: Payara Micro 6 + JDK 17
FROM payara/micro:6.2024.6-jdk17
# WAR ins Deploy-Verzeichnis kopieren
COPY myapp/target/env-demo-1.0-SNAPSHOT.war $DEPLOY_DIR
# Start des Containers
CMD ["--noCluster"]