mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 18:17:45 +00:00
docs: rewrite docs use docusaurus (#853)
This commit is contained in:
12
docs/Dockerfile
Normal file
12
docs/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:lts
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN yarn install
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["npm", "run", "serve"]
|
Reference in New Issue
Block a user