Try and fix the docker build.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2023-04-08 23:58:34 +02:00
parent 57fe0e2f07
commit d8284a6126

View file

@ -1,5 +1,5 @@
FROM openjdk:17-slim FROM openjdk:17-slim
COPY target/labyrinth-server-*.jar /app/app.jar COPY target/labyrinth-server-*[!sources].jar /app/app.jar
CMD java -Dfritteli.labyrinth.server.host=0.0.0.0 -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