See More

#!/bin/bash set -e COMPOSE="docker-compose -f docker-compose-prod.yml" $COMPOSE up -d --no-deps --force-recreate web nginx