Skip to content

Local development environment for Golang with hot reload functionality using a Docker container.

License

Notifications You must be signed in to change notification settings

fegoa89/golang-docker-hot-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Docker Hot Reload

Local development environment with hot reload functionality. Using docker-compose for orchestrate Docker containers and justdoit (https://github.com/go-playground/justdoit) for watch file changes.

foo@bar:~$ make help
Available commands:

  build          Build Dockerfile.
  start-server   Start in development mode. Gets reloaded automatically when code changes.
  stop-server    Stop development mode.
  watch-logs     Display logs in the console.
  clean          Remove all unused locale Volumes and remove all stopped containers.

About

Local development environment for Golang with hot reload functionality using a Docker container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published