Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6b53579

Browse files
committed
EnvVar for Stripe in build.sh
1 parent ede777c commit 6b53579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ APP_NAME=$1
44
UPDATE_CACHE=""
55

66
docker build -f docker/Dockerfile -t $APP_NAME:latest \
7+
--build-arg STRIPE_PUBLIC_KEY=$STRIPE_PUBLIC_KEY \
78
--build-arg APPMODE=$APPMODE \
89
--build-arg APPENV=$APPENV .
910

0 commit comments

Comments
 (0)