Update Dockerfile

This commit is contained in:
docker-images 2025-08-23 12:38:30 +02:00
commit c0c32b21fc

View file

@ -14,4 +14,4 @@ COPY --chown=node:node --from=builder /usr/src/app .
RUN chown node:node /usr/src/app RUN chown node:node /usr/src/app
USER node USER node
CMD ["node", "run", "start"] CMD ["npm", "run", "start"]