docker composes

This commit is contained in:
Paul Schneider 2026-05-30 15:41:59 +01:00
commit a90cdc08b8
9 changed files with 88 additions and 54 deletions

View file

@ -40,4 +40,11 @@ install: $(DESTDIR)
docker-image:
docker build .
docker-build:
docker compose up --build
docker-run:
docker run -d -p 5000:5000 --name yavsc yavsc
.PHONY: