Skip to content

Commit daba84d

Browse files
OremGLGamanda-tarafa
authored andcommitted
chore(cloudrun): migrate region "cloudrun_pubsub_dockerfile" at run/pubsub/Run.Samples.Pubsub.MinimalApi/Dockerfile
1 parent 7dd47f3 commit daba84d

File tree

1 file changed

+3
-1
lines changed
  • run/pubsub/Run.Samples.Pubsub.MinimalApi

1 file changed

+3
-1
lines changed

run/pubsub/Run.Samples.Pubsub.MinimalApi/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START cloudrun_pubsub_dockerfile_csharp]
1516
# [START cloudrun_pubsub_dockerfile]
1617
# Build in SDK base image
1718
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
@@ -32,4 +33,5 @@ COPY --from=build-env /app/out .
3233
ENV PORT=8080
3334

3435
ENTRYPOINT ["dotnet", "Run.Samples.Pubsub.MinimalApi.dll"]
35-
# [END cloudrun_pubsub_dockerfile]
36+
# [END cloudrun_pubsub_dockerfile]
37+
# [END cloudrun_pubsub_dockerfile_csharp]

0 commit comments

Comments
 (0)