fix(issue-9): No Dockerfile to build service

This commit is contained in:
frx
2026-07-01 17:06:02 +00:00
parent 6d6f5e19d1
commit c2cefe0d32
5 changed files with 124 additions and 0 deletions

View File

@ -67,6 +67,16 @@ tasks:
- task: build_background
- task: build_web
build_docker:
desc: "Build the kuriousweb Docker image locally (no push)"
cmds:
- >-
docker build
--build-arg VERSION={{.GIT_VERSION}}
--build-arg COMMIT={{.GIT_COMMIT}}
--build-arg BUILD_TIME={{.BUILD_TIME}}
-t kuriousweb .
run:
deps: [build]
cmds: