fix: docker build path error

This commit is contained in:
luojiyin
2025-03-09 02:38:26 +00:00
parent 29ea3d95a2
commit e688a03f93

View File

@@ -1,8 +1,8 @@
services: services:
owl: owl:
build: build:
context: . context: ..
dockerfile: Dockerfile dockerfile: .container/Dockerfile
args: args:
# 构建参数 # 构建参数
BUILDKIT_INLINE_CACHE: 1 BUILDKIT_INLINE_CACHE: 1