ddddddddddddddddddddddddddddddddddddddddddds
Some checks failed
test-docker-env / test (push) Failing after 36s
Some checks failed
test-docker-env / test (push) Failing after 36s
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user