Support using with docker compose

This commit is contained in:
sixzeroo
2023-03-18 21:54:51 +08:00
parent fcb87725d2
commit 787f780863
4 changed files with 28 additions and 1 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3"
services:
chatgpt_web:
container_name: chatgpt_web
command: npm run deploy
restart: always
ports:
- 5173:5173
build:
context: "."
dockerfile: Dockerfile