diff options
author | crupest <crupest@outlook.com> | 2020-06-01 14:51:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-01 14:51:55 +0800 |
commit | 0d0a419dab2600e5e5e934a572e8200d53b11c0e (patch) | |
tree | d2da99c5ef5252d826b0e0c1f2d06f404e5923df /Timeline/Dockerfile | |
parent | 0c33891dc58aba2648b093b6739c1897d088de1e (diff) | |
download | timeline-0d0a419dab2600e5e5e934a572e8200d53b11c0e.tar.gz timeline-0d0a419dab2600e5e5e934a572e8200d53b11c0e.tar.bz2 timeline-0d0a419dab2600e5e5e934a572e8200d53b11c0e.zip |
Update docker and CI.
Diffstat (limited to 'Timeline/Dockerfile')
-rw-r--r-- | Timeline/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Timeline/Dockerfile b/Timeline/Dockerfile deleted file mode 100644 index 68685a55..00000000 --- a/Timeline/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 -WORKDIR /app -COPY ./publish . -ENTRYPOINT ["dotnet", "Timeline.dll"] |