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 /Makefile.toml | |
| 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 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml index 5596640..cdca5d7 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -56,4 +56,4 @@ args = ["run", "--", "{@}"] [tasks.docker-build] dependencies = ["checkfc"] command = "docker" -args = ["build", "-t", "fuwn/locus", "."] +args = ["build", "-t", "fuwn/locus:latest", "."] |