make scripts executable

This commit is contained in:
David Andersen
2019-02-26 19:44:26 +00:00
parent 31b6768882
commit f5ffae1cb4
4 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,6 @@ EXPOSE $PORT/udp $RCON_PORT/tcp
COPY files/ /
USER $USER
#USER $USER
ENTRYPOINT ["/docker-entrypoint.sh"]