mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-01 17:43:15 +00:00
Add docker files
This commit is contained in:
11
mock-backend/Dockerfile
Normal file
11
mock-backend/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:20.6.1-bullseye-slim
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
|
||||
EXPOSE 7091
|
||||
|
||||
CMD [ "npm", "run", "start"]
|
||||
Reference in New Issue
Block a user