Skip to content

Commit 45510b4

Browse files
authored
♻️ Use . instead of source in build-push.sh (#98)
1 parent 5a79f4e commit 45510b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/scripts/build-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ set -e
55

66
TAG=${TAG} \
77
FRONTEND_ENV=${FRONTEND_ENV-production} \
8-
source ./scripts/build.sh
8+
. ./scripts/build.sh
99

1010
docker-compose -f docker-stack.yml push

0 commit comments

Comments
 (0)