version: '3.7' services: frontend: image: react-router-nginx-demo build: . ports: - "5000:80" - "443:443" # Uncomment the volumes to easily test changes in development # volumes: # - ./build:/usr/share/nginx/html:ro # - ./nginx/conf.d:/etc/nginx/conf.d:ro