# create ./app directory with uid and gid 1000 first services: node: build: ./build restart: always user: 1000:1000 working_dir: /app environment: - NODE_ENV=production volumes: - ./app:/app