Closed duard closed 2 years ago
Should be related to https://github.com/nrwl/nx/issues/12338
@duard latest version of Nx, namely nrwl/webpack:webpack
executor is using the latest version of webpack which isn't compatible with lower version of NodeJS (eg: your Docker image uses Node 13). Try bumping your Docker image to use node-16 instead.
(https://nx.dev/workspace/nx-nodejs-typescript-version-matrix)
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
I cant run my nestjs app using docker The app works when using only nx serve
Expected Behavior
nx works with docker
Steps to Reproduce
git clone https://github.com/duard/nx-latest-docker
docker-compose up
Failure Logs
Environment