Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Fix Dockerfile for NGINX on Cloud Run example #1415

Merged
merged 4 commits into from
Sep 11, 2020

Conversation

coryvirok
Copy link
Contributor

The current Dockerfile for the react-nginx-cloud-run example substitutes the $PORT template variable at build-time, instead of run-time. This appears to work some of the time. However, this does not match the Cloud Run docs that specify that the server must listen on the provided $PORT, which I presume can be set to something other than 8080 at run-time.

The current Dockerfile for the react-nginx-cloud-run example substitutes the `$PORT` template variable at build-time, instead of run-time. This appears to work *some of the time*. However, this does not match the Cloud Run docs that specify that the server must listen on the provided `$PORT`, which I presume can be set to something other than 8080 at run-time.
@dpebot dpebot requested a review from parkjam4 September 7, 2020 04:28
@google-cla
Copy link

google-cla bot commented Sep 7, 2020

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no label Sep 7, 2020
@coryvirok
Copy link
Contributor Author

@googlebot I signed it!

@google-cla google-cla bot added cla: yes and removed cla: no labels Sep 7, 2020
@ToddKopriva ToddKopriva requested review from ToddKopriva and removed request for parkjam4 September 8, 2020 15:47
@ToddKopriva ToddKopriva self-assigned this Sep 8, 2020
@ToddKopriva
Copy link
Member

@coryvirok , thanks for the fix.

@FelipeLujan , I want to make sure that you see this suggested change to a tutorial that you submitted.

@ToddKopriva ToddKopriva merged commit 4874dd9 into GoogleCloudPlatform:master Sep 11, 2020
xiangshen-dk pushed a commit to xiangshen-dk/community that referenced this pull request Jan 24, 2022
* Fix Dockerfile for NGINX example

The current Dockerfile for the react-nginx-cloud-run example substitutes the `$PORT` template variable at build-time, instead of run-time. This appears to work *some of the time*. However, this does not match the Cloud Run docs that specify that the server must listen on the provided `$PORT`, which I presume can be set to something other than 8080 at run-time.

* copy-edit

Co-authored-by: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants