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

6 lines
136 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