fix(fractal): add missing steps

This commit is contained in:
Oliver Davies 2023-10-08 17:24:31 +01:00
parent 71175563cd
commit 52bc0f14a4

View file

@ -29,6 +29,10 @@ function build {
function ci:build { function ci:build {
{% if isDocker %} {% if isDocker %}
cp -v --no-clobber .env.example .env
docker network create traefik_proxy || true
docker compose up -d docker compose up -d
{% endif %} {% endif %}