hatchet
hatchet copied to clipboard
fix docker build and make container useful
This makes a few changes:
- Container runs go 1.21, instead of 1.19 which is now a requirement of hatchet
- Container build is fixed for the musl error it previously showed
- build now copies hatchet to /bin in the container so you can just call
hatchetinstead of./dist/hatcheteach time - docker-compose file is included which will run the build if required, map port 3721 and mount ./logs into the container
- README.md updated to include docker compose instructions and example