📜 Description
Description
The production Docker build is likely failing because development dependencies are not installed before running the build command.
In Dockerfile.prod, the following sequence is used:
RUN npm install --production
RUN npm run build
📜 Description
Description
The production Docker build is likely failing because development dependencies are not installed before running the build command.
In
Dockerfile.prod, the following sequence is used: