This commit is contained in:
parent
ed0e387dd3
commit
728349b57c
8 changed files with 215 additions and 194 deletions
5
docker/Dockerfile
Normal file
5
docker/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue