diff options
| author | Fuwn <[email protected]> | 2022-04-19 20:46:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-19 20:46:01 -0700 |
| commit | 801411024629f8ab6d6a161f7c4ba3be68556c91 (patch) | |
| tree | 221bb1103b0abe0820f49853680482ef450b0703 /.dockerignore | |
| parent | fix(route): remove debug logs (diff) | |
| download | locus-801411024629f8ab6d6a161f7c4ba3be68556c91.tar.xz locus-801411024629f8ab6d6a161f7c4ba3be68556c91.zip | |
ci(docker): fix image
For some unknown reason, -- after adding the new dependencies required for
the proper search engine which was implemented in the previous commits
-- the Docker image had stoped working. This is me fixing the Docker
image.
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore index a248225..3c0803c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,11 +1,9 @@ # Rust target/ -Cargo.lock # IDE .idea/ # Development *.pem -*.db .locus/ |