Dev dependencies not getting installed in docker container
I am new to docker. I am trying to create a container for react and express and run both the containers on same network using docker compose. Below is my dockerfile for frontend: FROM node:alpine WORKDIR /app COPY package*.json ./…