update: dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ 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
|
npm install --force
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user