We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56ef9b commit a9c5becCopy full SHA for a9c5bec
Dockerfile
@@ -23,4 +23,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0.2-jammy-arm64v8 AS runtime
23
EXPOSE 80
24
WORKDIR /app
25
COPY --from=build /app/MaxPower/out ./
26
+RUN rm /app/appsettings.Development.json
27
ENTRYPOINT ["./MaxPower", ""]
0 commit comments