Skip to content

Commit

Permalink
♻️ Use . instead of source in build-push.sh (fastapi#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucharbon authored Apr 17, 2020
1 parent 8dc932d commit dad3e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/scripts/build-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dad3e89

Please sign in to comment.