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 fd3b6c1 commit 8173aaeCopy full SHA for 8173aae
run/pubsub/Dockerfile
@@ -13,7 +13,6 @@
13
# limitations under the License.
14
15
# [START cloudrun_pubsub_dockerfile_nodejs]
16
-# [START cloudrun_pubsub_dockerfile]
17
18
# Use the official lightweight Node.js image.
19
# https://hub.docker.com/_/node
@@ -42,5 +41,4 @@ COPY . .
42
41
# Run the web service on container startup.
43
CMD [ "npm", "start" ]
44
45
-# [END cloudrun_pubsub_dockerfile]
46
# [END cloudrun_pubsub_dockerfile_nodejs]
0 commit comments