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

Commit ede777c

Browse files
committed
EnvVar for Stripe in docker
1 parent 9db9444 commit ede777c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ FROM node:10
33

44
ARG APPMODE
55
ARG APPENV
6+
ARG STRIPE_PUBLIC_KEY
67

78
ENV APPMODE=$APPMODE
89
ENV APPENV=$APPENV
10+
ENV STRIPE_PUBLIC_KEY=$STRIPE_PUBLIC_KEY
911

1012
# Copy the current directory into the Docker image
1113
COPY . /taas-app

0 commit comments

Comments
 (0)