Closed arky closed 2 years ago
@ericof I had better luck with production builds with following command.
yarn install --frozen-lockfile --no-cache --production
I will test it as well
Resolved by using the command in https://github.com/plone/volto/issues/3101#issuecomment-1055624497
Volto production builds fails in docker.
To Reproduce Steps to reproduce the behavior:
Expected behavior Docker build fails with webpack module missing error. How docker builds succeed if you remove '--prod' entry in the dockerfile https://github.com/collective/training-deploy-project/blob/main/frontend/Dockerfile#L16