From ac8d2caa26ed211bce9a30cd3547e071ed1d3e1e Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Thu, 6 Feb 2025 20:27:16 +0000 Subject: [PATCH] chore (cloudrun): remove older region tags --- run/pubsub/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/run/pubsub/Dockerfile b/run/pubsub/Dockerfile index 213fe75e92..69f9f5fb7d 100644 --- a/run/pubsub/Dockerfile +++ b/run/pubsub/Dockerfile @@ -13,7 +13,6 @@ # limitations under the License. # [START cloudrun_pubsub_dockerfile_nodejs] -# [START cloudrun_pubsub_dockerfile] # Use the official lightweight Node.js image. # https://hub.docker.com/_/node @@ -42,5 +41,4 @@ COPY . . # Run the web service on container startup. CMD [ "npm", "start" ] -# [END cloudrun_pubsub_dockerfile] # [END cloudrun_pubsub_dockerfile_nodejs]