fix: build
This commit is contained in:
parent
015a8140bb
commit
c3fe96eb86
|
@ -7,6 +7,6 @@ echo "Pulling latest code..."
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
echo "Building and starting docker services..."
|
echo "Building and starting docker services..."
|
||||||
docker compose --env-file .env --env-file .env.production up -d --build
|
docker-compose --env-file .env --env-file .env.production up -d --build
|
||||||
|
|
||||||
echo "build succeeds."
|
echo "build succeeds."
|
Loading…
Reference in New Issue