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