mirror of
https://github.com/opdavies/build-configs.git
synced 2025-04-21 01:31:11 +01:00
fix(fractal): add missing steps
This commit is contained in:
parent
71175563cd
commit
52bc0f14a4
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue