Update build

This commit is contained in:
lif
2025-09-14 17:13:45 +01:00
parent ff0af2e98b
commit fcc6618370
5 changed files with 81 additions and 48 deletions

View File

@@ -2,3 +2,13 @@ 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
ship:
docker build -t liffsh/lilog:latest . && docker push liffsh/lilog:latest
dev:
docker run --rm -it \
-v $$(pwd):/app \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /app \
-p 8080:8080 \
golang:latest \
sh -c "go install github.com/air-verse/air@latest && air"