mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-19 10:09:36 -06:00
7 lines
95 B
Bash
7 lines
95 B
Bash
#!/bin/bash
|
|
|
|
cd site
|
|
docker compose up -d --build
|
|
docker network connect npm ziex.dev || true
|
|
|