Add Release scripts & Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c4bd424163
commit
dce8fbc232
7 changed files with 189 additions and 2 deletions
9
Justfile
9
Justfile
|
|
@ -29,4 +29,11 @@ test:
|
|||
mix test
|
||||
|
||||
format:
|
||||
mix 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue