Don't exit if the .env
file is skipped
This commit is contained in:
parent
932c8f4bc7
commit
88af924ee4
3 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ function help {
|
|||
# Start the project.
|
||||
function start {
|
||||
{% if not isFlake %}
|
||||
cp -v --no-clobber .env.example .env
|
||||
cp -v --no-clobber .env.example .env || true
|
||||
docker compose up -d
|
||||
{% else %}
|
||||
fractal start --sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue