Refactoring.
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Manuel Friedli 2023-03-25 08:40:13 +01:00
parent ed0e387dd3
commit 728349b57c
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
8 changed files with 215 additions and 194 deletions

5
docker/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM openjdk:11
COPY target/labyrinth-server-*.jar /app/app.jar
CMD java -Dfritteli.labyrinth.server.host=0.0.0.0 -Dfritteli.labyrinth.server.port=80 -jar /app/app.jar