feature/docker #2

Merged
manuel merged 6 commits from feature/docker into master 2023-03-25 11:11:02 +01:00
Showing only changes of commit 7450bfd1af - Show all commits

5
src/docker/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM openjdk:11
COPY target/labyrinth-server-0.0.1-SNAPSHOT-jar-with-dependencies.jar /app/app.jar
CMD java -Dfritteli.labyrinth.server.port=80 -jar /app/app.jar