Docker release

This commit is contained in:
2024-05-26 17:34:34 +02:00
parent b2439d7251
commit 3caf97ce9b
8 changed files with 138 additions and 2 deletions

View File

@ -7,6 +7,6 @@ export DATABASE_URL=ecto://postgres:postgres@localhost/homepage_dev
mix deps.get --only prod
MIX_ENV=prod mix assets.deploy
MIX_ENV=prod mix compile
mix phx.gen.release
mix phx.gen.release --docker
MIX_ENV=prod mix release