Fix update script

This commit is contained in:
Wojciech Kozlowski 2018-12-18 18:34:59 +00:00
parent fcb4d722ff
commit fc11f75dfc

View File

@ -15,7 +15,7 @@ DIRNAME=$(dirname $SCRIPT)
echo -e "${CYAN}[${SCRIPT}] Pull updated images${NC}"
make -f $DIRNAME/docker-compose.yml pull
docker-compose -f $DIRNAME/docker-compose.yml pull
# -----------------------------------------------------------------------------
# Stop the containers.