You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying via core access to the local git repo doesn't work. This is because 'frontend' is a submodule of 'core' and as such it's .git folder lies in core/.git/modules/frontend, which is not copied into the docker build container.
When deploying via core access to the local git repo doesn't work. This is because 'frontend' is a submodule of 'core' and as such it's
.gitfolder lies incore/.git/modules/frontend, which is not copied into the docker build container.