Commands:
Build docker image
docker build -t go-server-app .
Run docker container
docker run -p 8080:8080 go-server-app
test the application!
docker run -p 8080:8080 go-server
Access the Application: Navigate to http://localhost:8080 in my browser to verify the Go application is running and serving the static files.