Running in development go run main.go --listen-address=:8080 Developing the index.html template npx http-server Building docker build -t envirobly/error-service . docker run -p 8080:63108 envirobly/error-service Running a published image from GitHub registry docker run -p 8080:63108 ghcr.io/envirobly/error-service