Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 96a7f75

Browse files
committed
update Dockerfile
1 parent 095d4bf commit 96a7f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY . /app
66

7-
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
7+
RUN yarn install && yarn run build
88

99
FROM node:lts-alpine
1010

0 commit comments

Comments
 (0)