feat: basics #1
@@ -0,0 +1,5 @@
|
|||||||
|
FROM node:26-slim
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN npm install
|
||||||
|
CMD ["npm", "start"]
|
||||||
Reference in New Issue
Block a user