chore(web): run as root in dev (#5365)
This commit is contained in:
parent
6ac4e98d4b
commit
21ed8d5c79
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM node:iron-alpine3.18
|
||||
|
||||
USER node
|
||||
WORKDIR /usr/src/app
|
||||
COPY --chown=node:node package*.json ./
|
||||
RUN npm ci
|
||||
|
|
Loading…
Reference in a new issue