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