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
What happened?
yarn install failed when running docker-compose build, but running yarn install manually works fine
Steps to reproduce
run docker-compose build
What did you expect to happen?
To yarn install successfully
What happened instead?
Getting this error
51.40 [4/4] Building fresh packages...
52.64 $ git config core.hooksPath .githooks
52.65 fatal: not in a git directory
52.67 error Command failed with exit code 128.
52.67 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
executor failed running [/bin/sh -c yarn install]: exit code: 128
ERROR: Service 'app' failed to build : Build failed
Is this possibly because Dockerfile does mkdir home/node/app and that directory doesn't have a .git initialized?
The text was updated successfully, but these errors were encountered:
What happened?
yarn install failed when running docker-compose build, but running yarn install manually works fine
Steps to reproduce
docker-compose build
What did you expect to happen?
To yarn install successfully
What happened instead?
Getting this error
Is this possibly because Dockerfile does mkdir home/node/app and that directory doesn't have a .git initialized?
The text was updated successfully, but these errors were encountered: