aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-05-31 15:35:25 +0800
committercrupest <crupest@outlook.com>2020-05-31 15:35:25 +0800
commit15c533eb324526776f4a8a9d82b150dbfd46d7e6 (patch)
treea80b0b565d55e60db1468a45218d5b8f4012c871 /Timeline/Dockerfile
parentce13fcc16987cb9c25b07f94388093b6e9fd2290 (diff)
downloadtimeline-15c533eb324526776f4a8a9d82b150dbfd46d7e6.tar.gz
timeline-15c533eb324526776f4a8a9d82b150dbfd46d7e6.tar.bz2
timeline-15c533eb324526776f4a8a9d82b150dbfd46d7e6.zip
Migrate to docker.
Diffstat (limited to 'Timeline/Dockerfile')
-rw-r--r--Timeline/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/Dockerfile b/Timeline/Dockerfile
new file mode 100644
index 00000000..68685a55
--- /dev/null
+++ b/Timeline/Dockerfile
@@ -0,0 +1,4 @@
+FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
+WORKDIR /app
+COPY ./publish .
+ENTRYPOINT ["dotnet", "Timeline.dll"]