diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:50:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:50:57 -0700 |
commit | c301c0fa0e6b409e1682a0dc75ae50b34e56457c (patch) | |
tree | a95e579ad932c0369559fc5f94cfabdf9a329355 /.dockerignore | |
parent | 03fac454b613662c354ffefbad9f758f1ce23259 (diff) | |
download | es-public-proxy-c301c0fa0e6b409e1682a0dc75ae50b34e56457c.tar.gz es-public-proxy-c301c0fa0e6b409e1682a0dc75ae50b34e56457c.zip |
add a basic Dockerfile
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..c0c1b99 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +target/debug/ +target/debian/ +target/release/ |