Commit 50f9c3a3 authored by Andreas Bigger's avatar Andreas Bigger

Adds a ci-builder makefile target that simplifies

having to manually split the docker context
from the dockerfile location.
parent 27d82401
......@@ -16,6 +16,9 @@ build-ts: submodules
pnpm build
.PHONY: build-ts
ci-builder:
docker build -t ci-builder -f ops/docker/ci-builder/Dockerfile .
submodules:
# CI will checkout submodules on its own (and fails on these commands)
if [ -z "$$GITHUB_ENV" ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment