Fixed CMD in docker-xaseco Dockerfile

This commit is contained in:
Hendrik Boll 2019-05-12 15:08:37 +02:00
parent ccd6be23a2
commit 2ce213ff2f
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ RUN chown trackmania:trackmania /entrypoint-xaseco.sh
USER trackmania USER trackmania
WORKDIR /opt/xaseco WORKDIR /opt/xaseco
CMD["/entrypoint-xaseco.sh"] CMD ["/entrypoint-xaseco.sh"]