RealtySystem Running Docker Go to the src folder. cd src Build the Dockerfile docker build -t realty_system:latest . Run the Docker Container docker run -d -p <localport>:8080 realy_system:latest