diff --git a/Dockerfile b/Dockerfile index 09ce70a..c7a2dfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0.2-jammy-arm64v8 AS runtime EXPOSE 80 WORKDIR /app COPY --from=build /app/MaxPower/out ./ +RUN rm /app/appsettings.Development.json ENTRYPOINT ["./MaxPower", ""] \ No newline at end of file