try to fix non-existent user in node_modules

This commit is contained in:
acalcutt 2023-02-21 01:02:54 -05:00
parent c2bb67ca1c
commit 93344376b7

View File

@ -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