Skip to content
Snippets Groups Projects
Commit 4813d385 authored by Franziska Michl's avatar Franziska Michl
Browse files

PersonController

parent 0fbe2d66
No related branches found
No related tags found
1 merge request!1bootfahrten
Pipeline #58616 passed
# Basis-Image
FROM adoptopenjdk:11-jre-hotspot
# Arbeitsverzeichnis setzen
WORKDIR /app
# Anwendung kopieren
COPY target/fahrtenbuch-5.0.0.jar /app/fahrtenbuch-5.0.0.jar
# Befehl zum Starten der Anwendung
ENTRYPOINT ["java", "-jar", "/app/fahrtenbuch-5.0.0.jar"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment