Merge pull request #1474 from SkynetLabs/accounts-maintenance-mode-env-variable

add maintenance mode env var to .env.local
This commit is contained in:
Matthew Sevey 2022-01-03 15:50:35 -05:00 committed by GitHub
commit 27850430d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ COPY src ./src
COPY styles ./styles
COPY .eslintrc.json postcss.config.js tailwind.config.js ./
CMD ["sh", "-c", "env | grep -E 'NEXT_PUBLIC|STRIPE' > .env.local && yarn build && yarn start"]
CMD ["sh", "-c", "env | grep -E 'NEXT_PUBLIC|STRIPE|ACCOUNTS' > .env.local && yarn build && yarn start"]