version: '3' services: app: build: context: . dockerfile: Dockerfile ports: - "12680:12680" # 映射到本地机器的端口 environment: - NODE_ENV=production