Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed May 14, 2024
1 parent 384fec9 commit 337ef02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +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
#RUN rm /app/appsettings.Development.json
ENTRYPOINT ["./MaxPower", ""]
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# MaxTalk

Solar panel icon created by Freepik - [Flaticon](https://www.flaticon.com/free-icons/solar-panel)
Solar panel icon created by Freepik - [Flaticon](https://www.flaticon.com/free-icons/solar-panel)

TODO
#RUN rm /app/appsettings.Development.json
Test-Discovery

0 comments on commit 337ef02

Please sign in to comment.