stripe env
This commit is contained in:
parent
fd5c8c96a4
commit
c8c3db8a78
|
@ -13,4 +13,4 @@ COPY styles ./styles
|
|||
COPY postcss.config.js .
|
||||
COPY tailwind.config.js .
|
||||
|
||||
CMD ["sh", "-c", "env | grep -E 'NEXT_PUBLIC|KRATOS' > .env.local && yarn build && yarn start"]
|
||||
CMD ["sh", "-c", "env | grep -E 'NEXT_PUBLIC|KRATOS|STRIPE' > .env.local && yarn build && yarn start"]
|
||||
|
|
Reference in New Issue