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