Compare commits
2 commits
5c895661e2
...
9f269bf678
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f269bf678 | ||
| e7d93e2850 |
2 changed files with 2 additions and 2 deletions
2
Justfile
2
Justfile
|
|
@ -36,4 +36,4 @@ build-docker-container:
|
|||
|
||||
# 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
|
||||
docker 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
|
||||
2
mix.exs
2
mix.exs
|
|
@ -49,7 +49,7 @@ defmodule Mv.MixProject do
|
|||
{:phoenix_live_view, "~> 1.0.0"},
|
||||
{:floki, ">= 0.30.0", only: :test},
|
||||
{:phoenix_live_dashboard, "~> 0.8.3"},
|
||||
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
|
||||
{:esbuild, "~> 0.10", runtime: Mix.env() == :dev},
|
||||
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
|
||||
{:heroicons,
|
||||
github: "tailwindlabs/heroicons",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue