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

@ -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
}

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
}

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
}

View file

@ -64,7 +64,7 @@ function help {
# Start the project.
function start {
cp -v --no-clobber .env.example .env
cp -v --no-clobber .env.example .env || true
docker compose up -d
}