mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-04-27 20:45:50 +03:00
[GH-ISSUE #20] Chainlit dockerfile expose port #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ava-whatsapp-agent-course#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @neexpl on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/neural-maze/ava-whatsapp-agent-course/issues/20
In dockerfile.chainlit there is
Expose the port
EXPOSE 8080
but service is bind to port 8000.
Is that ok?
@MichaelisTrofficus commented on GitHub (Mar 22, 2025):
Hey!!
Sorry for the late response. I've just fixed that and also made a big refactor of the README. I think it'll be much easier to follow the course now!
Check the
Getting Startedsession, where I'm explaining how to create the env variables, install dependencies, etc. By the end of that section, you should have a local "Ava" running on your laptop:make ava-runLet me know how it goes!