diff options
author | 2024-06-18 18:00:50 +0100 | |
---|---|---|
committer | 2024-06-18 20:06:52 +0100 | |
commit | 54e57d953b044853a253eecde863182934844c02 (patch) | |
tree | b962cabcf142d18a8401db861e3675949454143f | |
parent | Ensure thread archive state is also synced when syncing channels (diff) |
Explicitly set the files to be pulled in by docker
-rw-r--r-- | .dockerignore | 17 |
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 |