fix(elixir): missing release files

This commit is contained in:
Schuwi
2025-09-16 14:00:56 +02:00
parent ae861f32a1
commit 9366c0a0a0
7 changed files with 60 additions and 5 deletions

View File

@@ -230,7 +230,10 @@ mix ecto.migrations
cd components_elixir
```
2. **Build and run with Docker Compose:**
2. **Copy docker-compose.yml.example to docker-compose.yml**
Follow steps in [Customizing Docker Deployment](#customizing-docker-deployment).
3. **Build and run with Docker Compose:**
```bash
docker compose up --build
```
@@ -241,7 +244,7 @@ mix ecto.migrations
- Elixir compiles all dependencies
- Network conditions may significantly affect download speeds
3. **Access the application:**
4. **Access the application:**
- Open [http://localhost:4000](http://localhost:4000)
- Default password: `changeme`