Fix symbolic link & always copy template file

This commit is contained in:
TuRz4m 2015-11-05 16:10:08 +01:00
commit 575921cf79
2 changed files with 11 additions and 4 deletions

View file

@ -81,5 +81,8 @@ EXPOSE ${STEAMPORT} 32330 ${SERVERPORT}
VOLUME /ark
# Change the working directory to /arkd
WORKDIR /ark
# Update game launch the game.
ENTRYPOINT ["/home/steam/run.sh"]