aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-05-24 01:46:21 -0500
committerMichael McVady <femtonaut@gmail.com>2022-05-24 01:46:21 -0500
commitd0128504f7548e64d94479a9d6100a7d9a2dc4e3 (patch)
tree6ab9b388d6353985c46bcce252276a3c4e32567a /README.md
parentcfc8a9e18e3cf4c4b9b53a2c6e978c8624a83628 (diff)
Dockerfile should work
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3906c11..3eb3667 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,5 @@ An attempt to reimplement flog, using the [kore.io](https://kore.io) framework.
## TODO
* Determine how to handle `lib`/dependencies.
-* Fix standalone binary (doesn't call `init` for DB?).
+* Fix Dockerfile for standalone binary.