-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updated software #10
base: master
Are you sure you want to change the base?
Updated software #10
Conversation
… reverted others to original source for COPY
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for using this and contributing! To be honest, I haven't used it in quite a while, which is why the packages haven't been updated. I hope you find it useful.
@@ -4,6 +4,11 @@ deployment of WSGI applications a breeze. There are Dockerfiles to build images | |||
that can be used when the appication is written for Python 2.7 or 3.5. You | |||
*are* using Python 3.5+, right? | |||
|
|||
## Credit to the creator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes in README.md shouldn't really go in my repo here.
@@ -2,12 +2,12 @@ | |||
|
|||
set -eo pipefail | |||
|
|||
repo=tbeadle/gunicorn-nginx | |||
repo=adaminfinitum/gunicorn-nginx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change also shoudln't get merged in to this repo.
@@ -0,0 +1,12 @@ | |||
FROM adaminfinitum/gunicorn-nginx:3.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this were to be merged in to this repo, it should be tbeadle/gunicorn....
PACKAGE_JSON=/app/docker/package.json | ||
PACKAGE_JSON=/app/docker/package.json \ | ||
PYTHONDONTWRITEBYTECODE=1 \ | ||
PYTHONUNBUFFERED=1 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some indentation issue here. spaces vs. tabs maybe?
PORT=8080 \ | ||
HOST=0.0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these should get exposed via build arguments. https://docs.docker.com/engine/reference/builder/#arg
There will be a few settings you'll probably want to change back as I configured the compatible repos to work on Google Cloud Run which requires PORT8080. But I went ahead and updated Debian to Buster and the latest versions of all the major included libraries.