Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow stacks to control the command passed to spk init #205

Open
zenhack opened this issue Apr 24, 2017 · 1 comment
Open

Allow stacks to control the command passed to spk init #205

zenhack opened this issue Apr 24, 2017 · 1 comment

Comments

@zenhack
Copy link
Collaborator

zenhack commented Apr 24, 2017

The Go stack I submitted the other day just has this in launcher.sh:

exec /opt/app/app

This level of indirection is pointless, and it also results in the shell being pulled into the spk, despite (often) not being needed for anything else. Ideally, there would be some way for a stack to specify the command passed to spk init, so we could just invoke /opt/app/app directly, bypassing the shell.

@paulproteus
Copy link
Collaborator

paulproteus commented Apr 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants