Update snapshots

This commit is contained in:
Oliver Davies 2023-12-18 21:04:45 +00:00
parent 88af924ee4
commit 98a337bdcd
4 changed files with 4 additions and 4 deletions

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
}