fix entrypoint (for real)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-08 19:16:50 +02:00
parent 4cf075c417
commit e0f378b20d
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env sh
set -euo pipefail set -euo pipefail
echo "-----------------------" echo "-----------------------"