Update build configuration files

This commit is contained in:
Oliver Davies 2024-01-21 21:58:53 +00:00
parent 10c3aa8f7f
commit 502db1ef3b

2
run
View file

@ -84,7 +84,7 @@ function quality {
}
function start {
cp -v --no-clobber .env.example .env
cp -v --no-clobber .env.example .env || true
docker compose up -d
}