aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-06-18 18:00:50 +0100
committerGravatar Chris Lovering <[email protected]>2024-06-18 20:06:52 +0100
commit54e57d953b044853a253eecde863182934844c02 (patch)
treeb962cabcf142d18a8401db861e3675949454143f
parentEnsure thread archive state is also synced when syncing channels (diff)
Explicitly set the files to be pulled in by docker
-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