For anyone that wanted to run hefur in Docker, here is a Dockerfile to build the container image.
This is a multi-stage Dockerfile, so it installs the development dependencies and builds the executable, and then builds a second clean image and copies just the final binary into it.
For anyone that wanted to run hefur in Docker, here is a
Dockerfile
to build the container image.This is a multi-stage Dockerfile, so it installs the development dependencies and builds the executable, and then builds a second clean image and copies just the final binary into it.