mirror of
https://github.com/immich-app/immich.git
synced 2025-12-07 01:10:00 +03:00
chore(web): run as root in dev (#5365)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM node:iron-alpine3.18
|
||||
|
||||
USER node
|
||||
WORKDIR /usr/src/app
|
||||
COPY --chown=node:node package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
Reference in New Issue
Block a user