Skip to content

antonyho/beego-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

beego-dockerfile

A Dockerfile for Beego

This is an onbuild image for GoLang Beego framework. The image will start Beego during launch.

Instruction

  1. Clone this Dockerfile and place it into your Beego project folder.
  2. docker build -t <iamge_name_and_tag> --build-arg app_name=<beego_app_name> --build-arg http_port=<http_port> --build-arg https_port=<https_port> .
  3. `docker run -p <target_port>:<container_port> --name <container_tag> <iamge_name_and_tag>``

About

A Dockerfile for Beego

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published