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 /.dockerignore | |
parent | 92f96ac3638bb071eedee96bcbe636a2e1584344 (diff) | |
download | timeline-5636e3c526055526d3f615fc9c3d43087a2ffc2a.tar.gz timeline-5636e3c526055526d3f615fc9c3d43087a2ffc2a.tar.bz2 timeline-5636e3c526055526d3f615fc9c3d43087a2ffc2a.zip |
Update docker and CI.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..d0b276f2 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,7 @@ +.git + +*/bin +*/obj +Timeline/publish +Timeline/ClientApp/dist +Timeline/ClientApp/node_modules |