Make copying resources to the doecker image more robust.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2026-01-24 01:40:07 +01:00
parent 287b70513a
commit 1ee2b68471
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,6 @@
FROM eclipse-temurin:25-jre-alpine
COPY target/maze-server-*.jar /app/
RUN rm /app/*-sources.jar /app/*-javadoc.jar
RUN mv /app/*.jar /app/app.jar
COPY target/maze-server-shaded.jar /app/app.jar
CMD java \
-Dfritteli.maze.server.host=0.0.0.0 \