chore: docker cache

This commit is contained in:
Zheng Kai
2023-09-04 16:23:33 +08:00
parent 32585e61d0
commit fb96717e94
4 changed files with 15 additions and 92 deletions

View File

@@ -8,6 +8,9 @@ include ../../server/build/env.sh
build: git
sudo docker build -t orca -f Dockerfile ../..
debug-build: git
sudo docker build --progress=plain -t orca -f Dockerfile ../..
run: build
sudo docker run \
--env OPENAI_API_KEY=$(OPENAI_API_KEY) \