mirror of
https://github.com/immich-app/immich.git
synced 2025-03-05 16:07:54 +02:00
chore(web): run as root in dev (#5365)
This commit is contained in:
parent
6ac4e98d4b
commit
21ed8d5c79
@ -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…
x
Reference in New Issue
Block a user