From b996d9f362d1003e2ad4920de6145059139febf1 Mon Sep 17 00:00:00 2001 From: sheril fio <101544947+sheril5@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:32:49 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b411024..0ac1626 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ FROM mcr.microsoft.com/dotnet/aspnet:7.0 # Set the working directory inside the container WORKDIR /app +CMD "h" + # Copy the published application from the build environment COPY --from=build-env /app/out .