This commit is contained in:
lif
2026-04-21 08:44:39 +01:00
commit 4256050bc2
5 changed files with 40 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
docker-build:
docker build -t liffsh/logfling:latest --progress=plain ./
docker-run:
docker run -e LOG_TYPE=json -v /var/run/docker.sock:/var/run/docker.sock liffsh/logfling:latest