diff --git a/Dockerfile b/Dockerfile index 22c6a0b..67205a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ FROM node:25-alpine -USER node -WORKDIR /app - COPY . /app +WORKDIR /app RUN npm install ENTRYPOINT [ "node", "index.js" ] \ No newline at end of file