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