From 52bc0f14a41f945f4c9fe2a3ccc77ea748e733ce Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Oct 2023 17:24:31 +0100 Subject: [PATCH] fix(fractal): add missing steps --- templates/fractal/run.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/fractal/run.twig b/templates/fractal/run.twig index 780f96e..82f786d 100755 --- a/templates/fractal/run.twig +++ b/templates/fractal/run.twig @@ -29,6 +29,10 @@ function build { function ci:build { {% if isDocker %} + cp -v --no-clobber .env.example .env + + docker network create traefik_proxy || true + docker compose up -d {% endif %}