Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 346 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 346 Bytes

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.