services: app: build: . # volumes: # - .:/usr/src/app container_name: docker-aps restart: always ports: - 127.0.0.1:8067:8080 command: npm run start env_file: .env