summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorRudi Floren <rudi.floren@gmail.com>2020-09-17 20:14:07 +0200
committerRudi Floren <rudi.floren@gmail.com>2020-09-17 20:14:07 +0200
commit7c456a0390a5e14d8b758bc8f80c93a7c597f0ea (patch)
tree8e5930141d4c39ecee325939719edbf21a94343c /.dockerignore
parentda28c12eebc95be72308302abe69743852cec552 (diff)
downloadconduit-7c456a0390a5e14d8b758bc8f80c93a7c597f0ea.zip
Update dockerignore
Removing Rocket-example.toml from here is fine, as it is not included in the last stage of our build stages
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore
index dd4433d..80b3072 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,6 +1,6 @@
# Local build and dev artifacts
target
-sytest
+tests
# Docker files
Dockerfile*
@@ -21,7 +21,6 @@ docker-compose*
# Toml files
rustfmt.toml
-Rocket-example.toml
# Documentation
*.md