Skip to content

Commit

Permalink
Correct Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-alexiuk committed Jun 8, 2023
1 parent 459adc9 commit 97bd956
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 @@ -8,4 +8,4 @@ COPY --chown=user . $HOME/app
COPY ./requirements.txt ~/app/requirements.txt
RUN pip install -r requirements.txt
COPY . .
CMD ["chainlit", "app.py", "--port", "7860"]
CMD ["chainlit", "run", "app.py", "--port", "7860"]

0 comments on commit 97bd956

Please sign in to comment.