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 ca49f40 commit b9417a9Copy full SHA for b9417a9
run/image-processing/Dockerfile
@@ -15,6 +15,7 @@
15
# Use the official lightweight Node.js image.
16
# https://hub.docker.com/_/node
17
FROM node:20-slim
18
+# [START cloudrun_imageproc_dockerfile_nodejs]
19
# [START cloudrun_imageproc_dockerfile_imagemagick]
20
21
# Install Imagemagick into the container image.
@@ -26,6 +27,7 @@ RUN set -ex; \
26
27
rm -rf /var/lib/apt/lists/*
28
29
# [END cloudrun_imageproc_dockerfile_imagemagick]
30
+# [END cloudrun_imageproc_dockerfile_nodejs]
31
32
# Create and change to the app directory.
33
WORKDIR /usr/src/app
0 commit comments