aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-19 20:46:01 -0700
committerFuwn <[email protected]>2022-04-19 20:46:01 -0700
commit801411024629f8ab6d6a161f7c4ba3be68556c91 (patch)
tree221bb1103b0abe0820f49853680482ef450b0703 /Makefile.toml
parentfix(route): remove debug logs (diff)
downloadlocus-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.toml2
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", "."]