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

This commit is contained in:
Julien Valverdé
2023-09-01 01:29:56 +02:00
parent 7687240ba3
commit 9b92f00592
2 changed files with 6 additions and 1 deletions

5
docker-entrypoint.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -e
cd ~/app
exec bun start /drone/src