Skip to content

Docker image to rebuild automatically go program with ravityblast/fresh

License

Notifications You must be signed in to change notification settings

Softinnov/go-docker-autobuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

go-docker-autobuild

Docker image to rebuild and run automatically go program every time a file is changed.

See https://github.com/gravityblast/fresh for more details on customizing fresh behaviour, the command line tool used to rebuild and run go program.

Exemple usage with docker-compose :

services:
    app:
        image: softinnov/go-docker-autobuild
        volumes:
            - ./:/src/

That's it : every time you add, change or remove a file, it rebuild and restart your go application.

About

Docker image to rebuild automatically go program with ravityblast/fresh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published