try to fix non-existent user in node_modules
This commit is contained in:
parent
c2bb67ca1c
commit
93344376b7
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ COPY package.json /usr/src/app
|
|||
COPY package-lock.json /usr/src/app
|
||||
|
||||
RUN npm ci --omit=dev
|
||||
RUN chown -R root:root /usr/src/app
|
||||
|
||||
FROM ubuntu:focal AS final
|
||||
|
||||
|
|
Loading…
Reference in a new issue