Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ RUN mkdir -p /app WORKDIR /app ADD . /app RUN npm install --legacy-peer-deps RUN npm install --legacy-peer-deps && npm run build EXPOSE 3000 CMD ["npm" , "run", "dev"] No newline at end of file CMD ["npm" , "run", "start"] No newline at end of file Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ RUN mkdir -p /app WORKDIR /app ADD . /app RUN npm install --legacy-peer-deps RUN npm install --legacy-peer-deps && npm run build EXPOSE 3000 CMD ["npm" , "run", "dev"] No newline at end of file CMD ["npm" , "run", "start"] No newline at end of file