Changes in docker files

This commit is contained in:
Aarni Halinen
2018-08-08 19:50:39 +03:00
parent 984940171d
commit abb9d5271c
7 changed files with 47 additions and 34 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
echo "Deploying to development."
set -e
set -x
#pushd deployment-frontend
docker-compose down
docker pull "$1"
docker-compose up -d
#popd
set +x
set +e