feature/docker #2
1 changed files with 5 additions and 0 deletions
5
src/docker/Dockerfile
Normal file
5
src/docker/Dockerfile
Normal 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
|
Loading…
Reference in a new issue