Skip to content

Commit

Permalink
🔧 chore: Update chocolate_app installation to version 10.0.9a0 in Doc…
Browse files Browse the repository at this point in the history
…kerfile_base
  • Loading branch information
Impre-visible committed Nov 17, 2024
1 parent 05b8938 commit ffdb826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_base
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:3.10

RUN pip install chocolate_app

RUN apt-get update && apt-get install -y ffmpeg unrar-free

RUN pip install chocolate_app==10.0.9a0

EXPOSE 8888

CMD ["python", "-m", "chocolate_app"]

0 comments on commit ffdb826

Please sign in to comment.