Skip to content

Commit

Permalink
Remove appsettings.development.json
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed May 14, 2024
1 parent a56ef9b commit a9c5bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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", ""]

0 comments on commit a9c5bec

Please sign in to comment.