-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support PORT environment variable #200
Comments
Hi. I’m happy to hear that you find the server useful. We would love to have a PR! And the source file, yes, I need to reach out to my docker magician @jksolbakken you’ve been involved dealing with this right? 😅 May be this is this an alternative? https://github.com/navikt/mock-oauth2-server/#docker |
Ah, maybe there's some magic in the You might want to add |
@bethesque It is already there for PR´s 👍🏾 |
Ah, I see, you've got a separate one for PRs 👍🏽 |
@tronghn @tommytroen or @jksolbakken any comments on the PR? :) |
Thanks for your work on this server! It has been very useful to our project.
I'd love to be able to run your mock server on Heroku. To do this, it needs to be able to honour the
PORT
environment variable. I've tried building my own docker image that extends your image and maps thePORT
toSERVER_PORT
, but it doesn't seem there's a shell environment installed on the image, and I can't find your source Dockerfile. Is this something you'd consider supporting? I would be happy to do a PR, but as mentioned, I can't find the source.The text was updated successfully, but these errors were encountered: