Skip to content

Commit

Permalink
Install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Oct 30, 2023
1 parent 288bfb9 commit 57aac11
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 @@ -9,7 +9,7 @@ WORKDIR $APP_HOME
COPY --chown=node:node package.json ./
COPY --chown=node:node yarn.lock ./

RUN yarn install --frozen-lockfile --production
RUN yarn install --frozen-lockfile

COPY --chown=node:node . .

Expand Down

0 comments on commit 57aac11

Please sign in to comment.