Update Dockerfile

Remove unnecessary registry config
This commit is contained in:
sysuid 2024-06-07 13:38:53 +08:00 committed by GitHub
parent 5f51244edf
commit 7539a256b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,6 @@ WORKDIR /app
COPY yarn.lock package.json ./
RUN npm config set registry https://registry.npmmirror.com
RUN yarn config set registry https://registry.npmmirror.com
RUN yarn install
COPY . .