Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan authored Jan 15, 2024
1 parent 6e241cf commit c35eff3
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 @@ -10,7 +10,7 @@ COPY README.md README.md
COPY requirements.lock requirements.txt

RUN apt-get update \
&& apt-get install -y git ffmpeg \
&& apt-get install -y git ffmpeg wget \
&& pip install -r requirements.txt

ENTRYPOINT ["uvicorn", "app.server:app", "--host", "0.0.0.0"]

0 comments on commit c35eff3

Please sign in to comment.