.
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run

This commit is contained in:
2025-03-14 20:05:22 +01:00
parent d3ceabc314
commit b2d3f38bee
12 changed files with 74 additions and 16 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
docker-run: docker-build
docker run --rm -p 8080:80 git.kohout-dev.de/rezepte/rezepte:latest
docker-build:
docker buildx build --platform linux/amd64,linux/arm64 --push -t git.kohout-dev.de/rezepte/rezepte:latest .