added port 5000 to Dockerfile for RPC interface

This commit is contained in:
Hendrik Boll 2019-09-27 22:36:49 +02:00
parent c504299604
commit bba2e5c0ea
1 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,6 @@ RUN chown -R trackmania:trackmania /opt/tmserver
USER trackmania USER trackmania
EXPOSE 5000
CMD ["/opt/tmserver/entrypoint-tmserver.sh"] CMD ["/opt/tmserver/entrypoint-tmserver.sh"]