fix: see if 'npm install' fix arm64 build
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
8988094d84
commit
87565edc68
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ WORKDIR /usr/src/app
|
|||
COPY package.json /usr/src/app
|
||||
COPY package-lock.json /usr/src/app
|
||||
|
||||
RUN npm ci --omit=dev; \
|
||||
RUN npm install --omit=dev; \
|
||||
chown -R root:root /usr/src/app;
|
||||
|
||||
FROM ubuntu:focal AS final
|
||||
|
|
Loading…
Reference in a new issue