We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd47f3 commit daba84dCopy full SHA for daba84d
run/pubsub/Run.Samples.Pubsub.MinimalApi/Dockerfile
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+# [START cloudrun_pubsub_dockerfile_csharp]
16
# [START cloudrun_pubsub_dockerfile]
17
# Build in SDK base image
18
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
@@ -32,4 +33,5 @@ COPY --from=build-env /app/out .
32
33
ENV PORT=8080
34
35
ENTRYPOINT ["dotnet", "Run.Samples.Pubsub.MinimalApi.dll"]
-# [END cloudrun_pubsub_dockerfile]
36
+# [END cloudrun_pubsub_dockerfile]
37
+# [END cloudrun_pubsub_dockerfile_csharp]
0 commit comments