diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 2805e2a..0000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM node:22-alpine -WORKDIR /app -COPY package*.json ./ -RUN npm install --production -COPY . . -EXPOSE 3000 -CMD ["node", "index.js"] \ No newline at end of file