stripe env

This commit is contained in:
Karol Wypchlo 2021-02-24 15:11:47 +01:00
parent fd5c8c96a4
commit c8c3db8a78
1 changed files with 1 additions and 1 deletions

View File

@ -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"]