Add EXPOSE to Dockerfile

This commit is contained in:
Buttercak3 2020-06-11 16:45:27 +02:00
parent 0f5d9a5e60
commit 610f6cd6ce
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@ RUN chown -R soldat:root /soldat/logs/
USER soldat
EXPOSE 23073
ENTRYPOINT ["/soldat/startserver.sh"]