Production Build Issue After Upgrading to WASP 0.17.1
After upgrading to WASP 0.17.1, I'm experiencing issues starting my application in production environment. Th the server build fails.
When running the production build, I get the following error during the npm run bundle command:
bash/app/.wasp/build/server# tsc --build && rollup --configbash: tsc: command not found
bash/app/.wasp/build/server# tsc --build && rollup --configbash: tsc: command not found
The error suggests that development dependencies are not being installed in the production environment. I'm running this in a Docker environment. The Dockerfile is attached below for reference.
Is this a known issue with WASP 0.17.1? Should development dependencies be installed in production for the bundle process? Are there any changes needed in the Docker configuration for this version?