version: '3' services: web: build: context: . dockerfile: Dockerfile # volumes: # - .:/app # - /app/node_modules ports: - "127.0.0.1:3000:3000" environment: - NODE_ENV=production