Skip to content

Commit 85a6c25

Browse files
committed
Use . instead of source in build-push.sh fastapi#98
1 parent 787b968 commit 85a6c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)