Skip to content

Commit

Permalink
chore: remove yarn registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dribble-njr committed Dec 4, 2024
1 parent 8cd82be commit 51a8b6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY package.json yarn.lock ./
COPY apps/server/ ./apps/server/
COPY packages/ ./packages/

RUN yarn config set registry https://registry.npmmirror.com
RUN yarn install --frozen-lockfile

EXPOSE 8000
Expand Down

0 comments on commit 51a8b6b

Please sign in to comment.