kinlim-feishu-lc-sdk/docker-compose.yml

12 lines
229 B
YAML
Raw Permalink Normal View History

2025-06-14 16:18:50 +08:00
version: '3.8'
services:
frontend:
image: kinlim-feishu-lc-sdk:latest
container_name: feishu-lc-frontend
2025-06-14 16:18:50 +08:00
build:
context: .
dockerfile: Dockerfile
ports:
- "3001:80"
restart: unless-stopped