Initial commit of SOP Monitoring Dashboard
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
RUN npm install -g pm2
|
||||
COPY . .
|
||||
CMD ["pm2-runtime", "ecosystem.config.js"]
|
||||
Reference in New Issue
Block a user