Files
rezepte/Makefile
Elias Kohout b2d3f38bee
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run
.
2025-03-14 20:05:22 +01:00

6 lines
218 B
Makefile

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 .