update: dockerfile
This commit is contained in:
@@ -3,8 +3,9 @@ WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm config set registry https://mirror-npm.runflare.com && \
|
||||
npm install --force
|
||||
RUN npm config set registry https://mirror-npm.runflare.com
|
||||
|
||||
RUN npm install --force
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user