Update README to reference new commands
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user