mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
fix: docker build path error
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
services:
|
||||
owl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: .container/Dockerfile
|
||||
args:
|
||||
# 构建参数
|
||||
BUILDKIT_INLINE_CACHE: 1
|
||||
|
||||
Reference in New Issue
Block a user