diff options
Diffstat (limited to 'examples/docker/admin/.dockerignore')
-rw-r--r-- | examples/docker/admin/.dockerignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/docker/admin/.dockerignore b/examples/docker/admin/.dockerignore new file mode 100644 index 0000000..00c2f38 --- /dev/null +++ b/examples/docker/admin/.dockerignore @@ -0,0 +1,7 @@ +# These directories should not be copied over from the local machine +uploads +search + +# These are the databases which persist and should not copy over +system.db +analytics.db
\ No newline at end of file |