Skip to content

Commit

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

# Set the entrypoint to run the main.py file
ENTRYPOINT ["python", "main.py"]
# Set the entrypoint to run the chat_interface.py file
ENTRYPOINT ["panel", "serve", "chat_interface.py"]

0 comments on commit 612d994

Please sign in to comment.