Hosting works
All checks were successful
Build and Push Container / build-and-push (push) Successful in 17s

This commit is contained in:
2026-05-05 06:38:47 -04:00
parent bf41eccce1
commit fea9449d40
4 changed files with 10 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ systemctl --user daemon-reload
systemctl --user start alicia_demo.service
```
Then open `http://localhost:8080`.
Then open `http://localhost:8081`.
Stop and remove:
@@ -50,7 +50,7 @@ Build and run directly:
```bash
podman build -t alicia-ai-cheatsheet .
podman run -d --name alicia-ai-cheatsheet -p 9090:8080 alicia-ai-cheatsheet
podman run -d --name alicia-ai-cheatsheet -p 9090:80 alicia-ai-cheatsheet
```
Then open `http://localhost:9090`.