aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-27 18:39:36 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-27 18:39:36 +0200
commitf923f36dbf771a47e8b2a124bad32cb8e20a7595 (patch)
tree13fdf78c92a61a4a340c58f8cda40cb044936b8e
parentad129e8ae47fd9cd151115b6f5b84e7eae979d6d (diff)
ci(docker): missing data folder in dockerignore
-rw-r--r--.dockerignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index 6ada887..a29481a 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,4 +1,5 @@
README.md
.env
.env.example
-.gitignore \ No newline at end of file
+.gitignore
+data \ No newline at end of file