fix bugs
parent
bf4d0ad210
commit
e3b134d943
|
|
@ -8,7 +8,7 @@ ARG NPM_REGISTRY=https://registry.npmjs.org/
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm config set registry "${NPM_REGISTRY}" \
|
RUN npm config set registry "${NPM_REGISTRY}" \
|
||||||
&& npm ci
|
&& if [ -f package-lock.json ] || [ -f npm-shrinkwrap.json ]; then npm ci; else npm install --no-audit --fund=false; fi
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue