Files
rezepte/Makefile

6 lines
218 B
Makefile
Raw Permalink Normal View History

2025-03-14 20:05:22 +01:00
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 .