Skip to content

Commit fce80fb

Browse files
authored
Adding region tags to Dockerfile (GoogleCloudPlatform#2650)
1 parent 32403eb commit fce80fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

run/hello-broken/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START run_broken_dockerfile]
16+
1517
# Use the official Python image.
1618
# https://hub.docker.com/_/python
1719
FROM python:3.7
@@ -32,4 +34,6 @@ COPY . .
3234
# Use gunicorn webserver with one worker process and 8 threads.
3335
# For environments with multiple CPU cores, increase the number of workers
3436
# to be equal to the cores available.
35-
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app
37+
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app
38+
39+
# [END run_broken_dockerfile]

0 commit comments

Comments
 (0)