aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
-rw-r--r--README.md3
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index dbc3149..2203d0c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,13 @@
all: build
+build:
+ kodev build
+
clean:
kodev clean
docker rm -f clog
+ docker rm -f clog-postgres
docker rmi -f clog:latest
docker-build:
@@ -14,8 +18,5 @@ docker-run:
docker rm -f clog
docker run --name clog -p 8888:8888 -d clog:latest
-build:
- kodev build
-
run:
kodev run
diff --git a/README.md b/README.md
index e2d2e4b..4f75a6d 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@ An attempt to reimplement flog, using the [kore.io](https://kore.io) framework.
## TODO
-* Dockerize.
-* seccomp/`getdents64` call?
+* seccomp broken in alpine/docker.
* Determine how to handle `lib`/dependencies.
* Figure out how to build a statically-linked/standalone binary.
* Upgrade to Kore 4.2.