This commit is contained in:
Jonathan Jara 2025-04-18 15:23:13 -07:00
parent d7a0068c05
commit 4c9937911c

View File

@ -1,4 +1,4 @@
FROM python:3
FROM python:3.8.2-alpine
RUN apk add ffmpeg
WORKDIR /usr/src/app