dockerfile: move to repo root

This commit is contained in:
2026-01-28 18:03:30 +01:00
parent 18e1407254
commit f309508fdd
8 changed files with 14 additions and 14 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
docker:
docker build -t fail-base -f fail-base.dockerfile . --build-arg CACHE_DATE="$(shell date)"
docker build -t fail-generic-tracing -f fail-generic-tracing.dockerfile .
docker build -t fail-demo -f fail-demo.dockerfile . --build-arg CACHE_DATE="$(shell date)"
run: .compose ssh
.compose:
docker compose up -d --force-recreate --renew-anon-volumes -y
ssh:
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 5022 fail@127.0.0.1