diff options
author | crupest <crupest@outlook.com> | 2020-06-15 00:05:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-15 00:05:02 +0800 |
commit | f7ec671a7422ea1fc6de4bb310fed3b4933f27e9 (patch) | |
tree | f0257e17a4c7828d8c88de2f306a59cdd588ceba /Dockerfile | |
parent | 98f1ec6e27616d292f86cce30223f0a267c35fd3 (diff) | |
download | timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.tar.gz timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.tar.bz2 timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.zip |
refactor(back): Use generic host.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,6 +5,5 @@ RUN dotnet publish Timeline/Timeline.csproj --configuration Release --output ./T FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 WORKDIR /app -ENV ASPNETCORE_FORWARDEDHEADERS_ENABLED true COPY --from=build /timeline-app/Timeline/publish . ENTRYPOINT ["dotnet", "Timeline.dll"] |