This commit is contained in:
2026-07-09 09:41:01 +03:00
parent 147b774e44
commit 66b1fa0ecc
+5
View File
@@ -0,0 +1,5 @@
FROM node:26-slim
WORKDIR /app
COPY . .
RUN npm install
CMD ["npm", "start"]