Skip to content

Commit

Permalink
Remove --omit-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSchl committed Aug 9, 2023
1 parent fbee98a commit 5482899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back_node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM node:18.13.0

COPY ./package*.json /home/node/Karassistant/
WORKDIR /home/node/Karassistant/
RUN npm install --omit=dev
RUN npm install
COPY . .
CMD ["npm", "run", "start"]

0 comments on commit 5482899

Please sign in to comment.