Skip to content
Snippets Groups Projects

Played around

Merged Jakob Moser requested to merge played-around into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 6a77a817
    Update Dockerfile · 6a77a817
    TheBroTMv2 authored
    healthcheck does work but the command used for it seems not to get passed with the arguments needed
+ 1
1
@@ -44,7 +44,7 @@ USER $papermc_user
# Start script
CMD ["sh", "/papermc.sh"]
HEALTHCHECK CMD ["screen", "-S mc -X select . ; SCRUN=$?"]
HEALTHCHECK CMD screen -S mc -X select . ; SCRUN=$?
# Container setup
EXPOSE 25565/tcp
Loading