Compose up only 'frontend' in .deploy_dev.sh

This commit is contained in:
Aarni Halinen
2018-08-22 12:26:52 +03:00
parent ea5a27e4c7
commit 2decf67c0b
+1 -1
View File
@@ -8,7 +8,7 @@ pushd deployment-frontend
docker-compose down
docker pull "$1"
API_URL=http://web.sik.party:8000/api docker-compose up -d
API_URL=http://web.sik.party:8000/api docker-compose up -d frontend
popd