added label in Dockerfile

This commit is contained in:
2023-12-28 23:48:14 +02:00
parent b5b70ec896
commit 43a3aa7144
4 changed files with 5 additions and 1 deletions

View File

@@ -18,3 +18,4 @@ RUN adduser -D minecraft -h /opt/server
RUN chmod 111 server.jar
USER minecraft:minecraft
ENTRYPOINT [ "java", "-jar", "server.jar" ]
LABEL type=GAME