mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-07 20:33:28 +00:00
Update Dockerfile
Remove unnecessary registry config
This commit is contained in:
parent
5f51244edf
commit
7539a256b4
1 changed files with 0 additions and 4 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue