services: app: image: node:lts-alpine volumes: - .:/app:ro environment: NODE_ENV: production working_dir: /app command: sh -c "node build/"