version: '3' services: app: build: context: . dockerfile: Dockerfile image: your-app-image:latest command: ["/app"] ports: - "3000:3000"