更新 docker-compose.yml

[feat] 镜像名需要和上一个不一样
This commit is contained in:
ywp
2025-06-14 16:31:57 +08:00
parent 126d27e05a
commit 40b86af3f3

View File

@ -3,7 +3,7 @@ version: '3.8'
services: services:
frontend: frontend:
image: kinlim-feishu-lc-sdk:latest image: kinlim-feishu-lc-sdk:latest
container_name: feishu-frontend container_name: feishu-lc-frontend
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile