docker build -tproject:latest .docker run -p 8080:8080 -itproject:latest- Go to
localhost:8080/uifor usage
- Implements /health_check
- Does not require other services
- Does not need to specify consumed ports from other containers
- Does not require any data mount
- Does not use any env vars
- In-Container port is exposed on 8080