env.sh not found - docker

When running commands to deploy @Novu/web on the dev tag and the prod tag, getting the following error:

@novu/web@0.10.0 envsetup:docker /usr/src/app/apps/web
chmod +x ./env.sh && ./env.sh && mv ./env-config.js ./build/env-config.js

sh: ./env.sh: not found
 ELIFECYCLE  Command failed.
 ELIFECYCLE  Command failed with exit code 1.


when looking, it appears that there are no env.sh files located in the Dockerfile
Was this page helpful?