Update build configuration files

This commit is contained in:
Oliver Davies 2024-01-21 21:58:45 +00:00
parent b1ca0192d9
commit f07e1c0358

2
run
View file

@ -75,7 +75,7 @@ function lint:dockerfile {
function start {
cp -v --no-clobber .env.example .env
cp -v --no-clobber .env.example .env || true
docker compose up -d
}