Make it work.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2020-10-12 13:09:26 +02:00
parent 7450bfd1af
commit ed0e387dd3
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -1,5 +1,5 @@
FROM openjdk:11
COPY target/labyrinth-server-0.0.1-SNAPSHOT-jar-with-dependencies.jar /app/app.jar
ADD https://repo.gittr.ch/snapshots/ch/fritteli/labyrinth/labyrinth-server/0.0.1-SNAPSHOT/labyrinth-server-0.0.1-SNAPSHOT-jar-with-dependencies.jar /app/app.jar
CMD java -Dfritteli.labyrinth.server.port=80 -jar /app/app.jar
CMD java -Dfritteli.labyrinth.server.host=0.0.0.0 -Dfritteli.labyrinth.server.port=80 -jar /app/app.jar