Skip to content

🐛 Bug Report: Production Docker build fails because dev dependencies are excluded before build step #243

@ChaitanyaChute

Description

@ChaitanyaChute

📜 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions