How I can make autorestarts golang application in Docker container?

0

I have the Docker container with Golang and Mongo. I want to make telegram bot, and I want to auto recompile/rerun my go application when I change source code. I tried to use mitranim/gow but it didn't work.

What I need to use for auto rerun my go application after change source code? I need anything seems nodemon for nodejs, but for go

Here my docker-compose and dockerfile configs. My host machine is win10

artourer

Posted 2019-10-15T19:54:16.470

Reputation: 1

No answers