Add Release scripts & Dockerfile

This commit is contained in:
Rafael Epplée 2025-05-14 14:20:57 +02:00 committed by Moritz
parent f24ac1e41a
commit 7ddc7aa7b6
Signed by: moritz
GPG key ID: 1020A035E5DD0824
7 changed files with 188 additions and 1 deletions

View file

@ -30,3 +30,10 @@ test:
format:
mix format
build-docker-container:
docker build --tag mitgliederverwaltung .
# This is meant for debugging the container build process only.
run-docker-container: build-docker-container
podman run -e "SECRET_KEY_BASE=ahK8BeiDaibaige1ahkooS0chie9lo7the7uuzar0eeBeeCh2iereteshee2Oosu" -e='DATABASE_URL=postgres://postgres@localhost:5432/mv_dev' -e='PORT=4040' -e='PHX_HOST=localhost' --network=host mitgliederverwaltung