Closed kfreiman closed 5 years ago
As mentioned at #49, docker-compose fails on go install because go has no access to /home/app directory. This PR solves it.
go install
/home/app
@kfreiman 👍
As mentioned at #49, docker-compose fails on
go install
because go has no access to/home/app
directory. This PR solves it.