Load dev env vars via roadrunner instead of docker compose

This commit is contained in:
Alejandro Celaya
2024-10-22 15:31:47 +02:00
parent c8e5196aab
commit c0200317dd
3 changed files with 22 additions and 23 deletions

View File

@@ -74,4 +74,4 @@ CMD \
# Download roadrunner binary
if [[ ! -f "./bin/rr" ]]; then ./vendor/bin/rr get --no-interaction --no-config --location bin/ && chmod +x bin/rr ; fi && \
# Run with `exec` so that signals are properly handled
exec ./bin/rr serve -c config/roadrunner/.rr.dev.yml
exec ./bin/rr serve --dotenv /home/shlink/shlink-dev.env -c config/roadrunner/.rr.dev.yml