2 Commits

Author SHA1 Message Date
albnnc bafe299249 w 2026-07-09 09:41:53 +03:00
albnnc 66b1fa0ecc w 2026-07-09 09:41:01 +03:00
8 changed files with 12 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM node:26-slim
WORKDIR /app
COPY . .
RUN npm install
CMD ["npm", "start"]