aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.dockerignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..7849325
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,17 @@
+# Exclude everything
+*
+
+# Make exceptions for what's needed
+!metricity
+
+!pyproject.toml
+!poetry.lock
+!LICENSE
+
+!config.toml
+!config-default.toml
+!alembic
+!alembic.ini
+
+!create_metricity_db.py
+!entry_point.sh