修正新镜像构建文件

This commit is contained in:
2024-09-26 16:47:59 +08:00
parent d4c54b04f5
commit 603b027ca6

View File

@@ -103,7 +103,7 @@ services:
dewarp_api:
<<: *paddle_template
build:
context: .
context: ./services/paddle_services
container_name: dewarp_api
hostname: dewarp_api
command: [ '-w', '1', 'dewarp_api:app', '--bind', '0.0.0.0:5007' ]