Skip to content

Commit

Permalink
fix: port and address
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Nov 6, 2024
1 parent 612d994 commit f4ba996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/software_team/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . /app
RUN pip install --no-cache-dir -r requirements.txt

# Set the entrypoint to run the chat_interface.py file
ENTRYPOINT ["panel", "serve", "chat_interface.py"]
ENTRYPOINT ["panel", "serve", "chat_interface.py", "--port", "80", "--address", "0.0.0.0"]

0 comments on commit f4ba996

Please sign in to comment.