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 | 5636e3c526055526d3f615fc9c3d43087a2ffc2a (patch) | |
tree | d48819f1487ef1c91fba4b0f9c6f263d2266da18 /Timeline | |
parent | 92f96ac3638bb071eedee96bcbe636a2e1584344 (diff) | |
download | timeline-5636e3c526055526d3f615fc9c3d43087a2ffc2a.tar.gz timeline-5636e3c526055526d3f615fc9c3d43087a2ffc2a.tar.bz2 timeline-5636e3c526055526d3f615fc9c3d43087a2ffc2a.zip |
Update docker and CI.
Diffstat (limited to 'Timeline')
-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"] |