Files
drone-better-docker-autotag/docker-entrypoint.sh
Julien Valverdé 9612ad927b
All checks were successful
continuous-integration/drone/push Build is passing
Moved the fetch step to the entrypoint
2023-09-01 02:12:19 +02:00

8 lines
78 B
Bash
Executable File

#!/usr/bin/env sh
set -e
git fetch --tags
cd /app
exec bun start /drone/src