Update README to reference new commands

This commit is contained in:
Claudio Ortolina
2025-10-07 13:00:23 +03:00
parent 920e172f9f
commit 032100f5ff
+2 -4
View File
@@ -107,16 +107,14 @@ are included at the top of `mise.toml`).
## Running the application ## Running the application
Start the Phoenix endpoint with `mix phx.server` or inside IEx with Start the Phoenix endpoint with `mise run console` (along with an attached IEx session).
`iex -S mix phx.server`.
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
The default password for development is `change me`. The default password for development is `change me`.
## Deployment ## Deployment
The application provides a Dockerfile suitable for production use. You can The application is deployed via Coolify, using a Docker Compose strategy.
build a working image using `mise run docker:build`.
## CI ## CI