fix: Use go docker module

This commit is contained in:
lif
2025-09-10 07:48:46 +00:00
parent 417fc25db5
commit ff0af2e98b
5 changed files with 281 additions and 58 deletions

4
Makefile Normal file
View File

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