Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
linjungz authored Jul 1, 2023
1 parent 81a5afb commit b9f5424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY ./data/* /app/data/
RUN pip install -r requirements.txt

# Expose the port that the Gradio app will run on
EXPOSE 7860
EXPOSE 8000

# Run the command to start the Gradio app
CMD ["python", "chat_web.py"]

0 comments on commit b9f5424

Please sign in to comment.