fix entrypoint (for real)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4cf075c417
commit
e0f378b20d
2 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,4 @@ ENV MAX_CLIENTS 999
|
|||
ENV TEAM_LOOT 1
|
||||
ENV CLIENT_VERSION 171022
|
||||
|
||||
ENTRYPOINT ['bash /app/start.sh']
|
||||
ENTRYPOINT ['/bin/sh /app/start.sh']
|
||||
|
|
2
start.sh
2
start.sh
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
set -euo pipefail
|
||||
|
||||
echo "-----------------------"
|
||||
|
|
Loading…
Reference in a new issue