inviqa / harness-go

Inviqa harness project for Go applications.
4 stars 0 forks source link

If app container has exited, make ws recompile rebuild it #214

Closed jameshalsall closed 2 years ago

jameshalsall commented 2 years ago

When ws recompile is executed, if the app container is not running it will fail, because it tries to do a docker-exec app go build ....

Instead, when the app container has exited (e.g. because there is a problem in the app code that is causing it to crash), we should do a docker-compose up -d --build app to rebuild it.