We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237ef90 commit db22580Copy full SHA for db22580
appengine/hello_world/app.rb
@@ -16,7 +16,7 @@
16
require "sinatra"
17
18
# [END gae_flex_quickstart]
19
-# Allows all hosts in development.
+# Allows all hosts in development
20
configure :development do
21
set :host_authorization, { permitted_hosts: [] }
22
end
run/helloworld/Dockerfile
@@ -15,7 +15,7 @@
15
# [START cloudrun_helloworld_dockerfile]
# [START run_helloworld_dockerfile]
-# Use the official Ruby images
+# Use the official Ruby image.
# https://hub.docker.com/_/ruby
FROM ruby:3.2-buster
0 commit comments