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 | e0b4c538228864c314900affae08df72edc9cd60 (patch) | |
tree | fc07d6d2622140f82a2c7e3c50aecf759c144043 /Dockerfile | |
parent | cf2cfa4853944ce0af6b6c22a089b937dd59ccaf (diff) | |
download | timeline-e0b4c538228864c314900affae08df72edc9cd60.tar.gz timeline-e0b4c538228864c314900affae08df72edc9cd60.tar.bz2 timeline-e0b4c538228864c314900affae08df72edc9cd60.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"] |