♻️ Use . instead of source in build-push.sh (#98)

This commit is contained in:
gcharbon 2020-04-17 08:04:42 +02:00 committed by GitHub
parent 5a79f4e427
commit 45510b4f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ set -e
TAG=${TAG} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
source ./scripts/build.sh
. ./scripts/build.sh
docker-compose -f docker-stack.yml push