chown src dir
All checks were successful
build / build (push) Successful in 40s

This commit is contained in:
cheetah 2025-04-06 14:21:58 +02:00
parent 3672e1ae8f
commit cfe6412973

View file

@ -9,7 +9,7 @@ WORKDIR /usr/src/app
COPY package.json .
RUN npm install
RUN chown -R node:node /usr/src/app
COPY . .
USER node
EXPOSE 3100