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 .