mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
fix(fractal): add missing steps
This commit is contained in:
parent
71175563cd
commit
52bc0f14a4
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue