Skip to content

Commit

Permalink
Remove Docker command to non-existent yarnlock (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar authored Jan 7, 2025
1 parent 3c8a01f commit 020086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:23.1.0
WORKDIR /usr/src/app

COPY package.json package.json
COPY yarn.lock yarn.lock
# COPY yarn.lock yarn.lock
RUN yarn install --production --frozen-lockfile
COPY src/ src/

Expand Down

0 comments on commit 020086e

Please sign in to comment.