We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a79f4e commit 45510b4Copy full SHA for 45510b4
{{cookiecutter.project_slug}}/scripts/build-push.sh
@@ -5,6 +5,6 @@ set -e
5
6
TAG=${TAG} \
7
FRONTEND_ENV=${FRONTEND_ENV-production} \
8
-source ./scripts/build.sh
+. ./scripts/build.sh
9
10
docker-compose -f docker-stack.yml push
0 commit comments