try to fix non-existent user in node_modules
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user