Merge pull request #20 from sysuid/master

Update Dockerfile
This commit is contained in:
奚玉帆 2024-06-07 13:43:52 +08:00 committed by GitHub
commit ec2a1999ee
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 . .