<@U02BS9YFFL7> this is an interesting issue that m...
# docker
c
@zomars this is an interesting issue that might be able to use some eyes. https://github.com/calcom/docker/issues/126 I'm not sure as far as which apps should be available in the self-hosted version. Also not sure if the google token is required at build time now instead of runtime, with the database configuration changes.
a
I think it’s failing due to our migration from environment variables to database for credentials?
c
Yea I think it's definitely related to that. We're essentially following the same install steps as the non docker build, so maybe we're missing something that needs to be added to docs?
a
I think the app migration is part of yarn dx, @zomars maybe can help here
"predev": "yarn && yarn env-check:common && yarn env-check:app-store ",
Can you try running yarn env-check:app-store?
c
I see now where the env vars be needed during build time or at least run time for seeind the app store
adding that to the run steps
i don't think they're needed at build if the seed script happens at startup
works 👍