diff --git a/run/helloworld/Dockerfile b/run/helloworld/Dockerfile index 20ab6224d8..ce8668a99d 100644 --- a/run/helloworld/Dockerfile +++ b/run/helloworld/Dockerfile @@ -13,7 +13,6 @@ # limitations under the License. # [START cloudrun_helloworld_dockerfile] -# [START run_helloworld_dockerfile] # Use the official Go image to create a binary. # This is based on Debian and sets the GOPATH to /go. @@ -49,5 +48,4 @@ COPY --from=builder /app/server /app/server # Run the web service on container startup. CMD ["/app/server"] -# [END run_helloworld_dockerfile] # [END cloudrun_helloworld_dockerfile]