Skip to content

Commit

Permalink
ci: not installing dev dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Apr 26, 2023
1 parent 422e697 commit 48eb8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /usr/src/app

COPY package*.json .
COPY yarn.lock .
RUN yarn cache clean && yarn install
RUN yarn cache clean && yarn install --production=true

COPY . .

Expand Down

0 comments on commit 48eb8de

Please sign in to comment.