Sign inSign up

softinnov/go-docker-autobuild

By softinnov

Updated over 6 years ago

Image
0

89

softinnov/go-docker-autobuild repository overview

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.

Tag summary

Content type

Image

Digest

Size

312.3 MB

Last updated

over 6 years ago

docker pull softinnov/go-docker-autobuild