First installed https://asdf-vm.com/#/
Then...
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git
asdf install deno 0.38.0
asdf global deno 0.38.0
asdf local deno 0.38.0
./build.sh
to build the container
./run.sh
to run it
curl localhost:1993
to check its working