Skip to content

stder/simple-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker: qorbani/golang-hello-world

Simple Golang service that returns "Hello World!".

How to run it

docker run -d -p 80:80 -e PORT=80 --name=hello-world qorbani/golang-hello-world

How to build it

# To build
make clean build

# To Run
make clean run

# To push
make push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published