mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
♻️ Use . instead of source in build-push.sh (#98)
This commit is contained in:
parent
5a79f4e427
commit
45510b4f80
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user