fix entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-08 00:28:58 +02:00
parent 9efee2fcde
commit 4cf075c417
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -14,4 +14,4 @@ ENV MAX_CLIENTS 999
ENV TEAM_LOOT 1
ENV CLIENT_VERSION 171022
ENTRYPOINT ['/app/start.sh']
ENTRYPOINT ['bash /app/start.sh']