# binary will be $(go env GOPATH)/bin/air
curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
# or install it into ./bin/
curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s
air -v
you can find this script on air github README. Just use it to install within your docker container and I believe you're good to go :)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thank you for your post. Could you please give me the dockerfile recipe without using the image from cosmtrek/air?
Great!
you can find this script on air github README. Just use it to install within your docker container and I believe you're good to go :)