Build private incident notebook MVP
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:24-alpine
|
||||
RUN apk add --no-cache git
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
COPY src ./src
|
||||
RUN mkdir -p data/exports
|
||||
EXPOSE 3082
|
||||
CMD ["node","src/server.mjs"]
|
||||
Reference in New Issue
Block a user