Skip to content

Commit

Permalink
remove mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sianao committed Nov 24, 2024
1 parent d15128d commit 7bd9fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM docker.io/node:alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN yarn config set registry https://registry.npmmirror.com
WORKDIR /app
COPY package.json ./
RUN yarn install --frozen-lockfile
Expand Down

0 comments on commit 7bd9fe6

Please sign in to comment.