version: '3.8' services: frontend: image: kinlim-feishu-lc-sdk:latest container_name: feishu-lc-frontend build: context: . dockerfile: Dockerfile ports: - "3001:80" restart: unless-stopped