iteo/bin/start.sh
2024-04-14 22:59:22 +02:00

6 lines
139 B
Bash
Executable File

#!/usr/bin/env bash
docker compose run --rm --entrypoint="" -u "$(id -u):$(id -g)" symfony composer install
docker compose up --build -d