maze-server/docker/Dockerfile
Manuel Friedli d8284a6126
All checks were successful
continuous-integration/drone/push Build is passing
Try and fix the docker build.
2023-04-08 23:58:34 +02:00

6 lines
185 B
Docker

FROM openjdk:17-slim
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