serve static assets from embeded filesystem. add build files for lazyos

This commit is contained in:
Robin Olsen
2026-02-26 10:33:46 +01:00
parent d83422104b
commit c769c901cf
7 changed files with 56 additions and 5 deletions

View File

@@ -33,6 +33,10 @@ docker-run:
docker-push:
@docker push telikz/lazypm:latest
build-os: build
@cp ./bin/survey ./build/survey
@docker build -t lazyos ./build
start:
@go run ./cmd/survey start