Hi admin,
I have managed to run pack build northwind-rs -e SQLX_OFFLINE=true -b docker.io/paketocommunity/rust command to build up the docker image using buildpacks. My pack version is 0.18.0+git-e00ee4a.build-2328, and I run it on Windows 10 OS.
It could run successfully and I could have the Docker image with the name northwind-rs, but when I tried to run it by docker then it throws the exception ERROR: failed to launch: determine start command: when there is no default process a command is required.
Could you guys let me know how can we overcome this exception?
My sample code is at https://github.com/thangchung/northwind-rs