This commit is contained in:
Zheng Kai
2023-06-13 15:04:56 +08:00
parent f0c0db8e94
commit 408c8c3b6e
8 changed files with 47 additions and 9 deletions

View File

@@ -8,6 +8,9 @@ build: git
run: build
sudo docker run \
--env "OPENAI_API_KEY=$(OPENAI_API_KEY)" \
--env "ORCA_ES_ADDR=$(ORCA_ES_ADDR)" \
--env "ORCA_ES_USER=$(ORCA_ES_USER)" \
--env "ORCA_ES_PASS=$(ORCA_ES_PASS)" \
--mount type=bind,source=/www/orca/static,target=/tmp \
--mount type=bind,source=/www/orca/server/dist/prod/log,target=/log \
-p 127.0.0.1:21035:80 \