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
|
||||
FROM alpine:3.20
|
||||
# Basis-Image: Payara Micro 6 + JDK 17
|
||||
FROM payara/micro:6.2024.6-jdk17
|
||||
|
||||
# Füge nur eine kleine Ausgabe hinzu
|
||||
CMD ["echo", "Hello from Gitea Runner + Docker build!"]
|
||||
# WAR ins Deploy-Verzeichnis kopieren
|
||||
COPY myapp/target/*.war $DEPLOY_DIR
|
||||
|
||||
# Start des Containers
|
||||
CMD ["--noCluster"]
|
||||
|
||||
Reference in New Issue
Block a user