Try and fix the docker build.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
57fe0e2f07
commit
d8284a6126
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue