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

CLOUDCMD_PREFIX env variable has no effect #328

Closed
barkap opened this issue Feb 19, 2021 · 2 comments
Closed

CLOUDCMD_PREFIX env variable has no effect #328

barkap opened this issue Feb 19, 2021 · 2 comments

Comments

@barkap
Copy link

barkap commented Feb 19, 2021

$ docker run --rm -p 8000:8000 -e CLOUDCMD_PREFIX=/pfx coderaiser/cloudcmd
url: http://localhost:8000/

$ curl localhost:8000/pfx
ENOENT: no such file or directory, lstat '/usr/src/app/pfx'
  • Version: v15.6.0 (docker)
@coderaiser
Copy link
Owner

Thanks a lot :), fixed with 07fe299. Landed in v15.7.1 🎉 .
Is it works for you?

@barkap
Copy link
Author

barkap commented Feb 21, 2021

Yes, it does work. Thanks for a quick fix! ;)

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

2 participants