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:
owl:
build:
context: .
dockerfile: Dockerfile
context: ..
dockerfile: .container/Dockerfile
args:
# 构建参数
BUILDKIT_INLINE_CACHE: 1