diff --git a/Dockerfile b/Dockerfile index 8e31403..865920e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app # Copy the project files to the container COPY . ./ -CMD "n" +CMD "n n" # Build the application RUN dotnet publish -c Release -o out