Skip to content

Commit

Permalink
#109 Remove --production flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashmerino committed Jul 13, 2024
1 parent d223d5f commit ed83f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online-shop-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk update && \

COPY package.json package-lock.json /online-shop-ui/

RUN npm install --production
RUN npm install

FROM node:18-alpine

Expand Down

0 comments on commit ed83f3e

Please sign in to comment.