feat: basics #1

Merged
albnnc merged 13 commits from specific-primate into main 2026-07-09 06:42:45 +00:00
Showing only changes of commit 66b1fa0ecc - Show all commits
+5
View File
@@ -0,0 +1,5 @@
FROM node:26-slim
WORKDIR /app
COPY . .
RUN npm install
CMD ["npm", "start"]