Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
salman-aziz-4425 authored Dec 26, 2023
1 parent d31c079 commit 56adabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ WORKDIR /app

COPY package.json .

RUN npm install
RUN npm install --production

COPY . .

CMD [ "npm","run","dev" ]
CMD [ "npm","run","dev" ]

0 comments on commit 56adabc

Please sign in to comment.