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

@@ -12,4 +12,5 @@ RUN cd /opt && \
RUN bin/x64/factorio --create saves/default.zip
EXPOSE 34197
ENTRYPOINT [ "/opt/factorio/bin/x64/factorio", "--port", "34197" ]
CMD [ "--start-server", "saves/default.zip" ]
CMD [ "--start-server", "saves/default.zip" ]
LABEL type=GAME