Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@ make start
```

This will:
1. Stop and remove any existing container
2. Build a new Docker image
3. Run the container exposing port **8080**
1. Build the Docker image(s) if needed
2. Create and start the services defined in docker-compose.yml
3. Expose port **8080** and stream the container logs

#### Manual commands

If you prefer not to use `make`, you can run:

```bash
docker build -t kovoit:latest .
docker run -d --rm --name kovoit -p 8080:8080 kovoit:latest
docker compose up --build
```
Then open [http://localhost:8080/login](http://localhost:8080/login)