Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bafe299249 | |||
| 66b1fa0ecc |
@@ -0,0 +1,5 @@
|
||||
FROM node:26-slim
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user