Skip to content

Commit a9c5bec

Browse files
committed
Remove appsettings.development.json
1 parent a56ef9b commit a9c5bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0.2-jammy-arm64v8 AS runtime
2323
EXPOSE 80
2424
WORKDIR /app
2525
COPY --from=build /app/MaxPower/out ./
26+
RUN rm /app/appsettings.Development.json
2627
ENTRYPOINT ["./MaxPower", ""]

0 commit comments

Comments
 (0)