ddddddddddddddddddddddddddddddddddddddddddds
Some checks failed
test-docker-env / test (push) Failing after 36s

This commit is contained in:
2025-09-04 22:02:26 +02:00
parent afd9bce523
commit 3633a3bb81

View File

@@ -1,5 +1,8 @@
# Einfacher Test-Container auf Alpine-Basis # Basis-Image: Payara Micro 6 + JDK 17
FROM alpine:3.20 FROM payara/micro:6.2024.6-jdk17
# Füge nur eine kleine Ausgabe hinzu # WAR ins Deploy-Verzeichnis kopieren
CMD ["echo", "Hello from Gitea Runner + Docker build!"] COPY myapp/target/*.war $DEPLOY_DIR
# Start des Containers
CMD ["--noCluster"]