paketo-buildpacks/go-build

Built go app isn't passing arguments to the command when using docker run.

genevieve opened this issue · 1 comments

Hey there!

I have a go app with the following buildpack file to specify that the main.go isn't in the root folder:

---
go:
  targets:
  - ./cmd/app

I built the image with: pack build app

When I try to run the image with docker run app start, I only get the help output for the app's cli when I expect the app to actually start. Any ideas on what might be missing?

It looks like this has been solved with the release of v0.0.34! 🥳