more WIP docker stuff

This commit is contained in:
Micha Albert 2024-09-09 20:03:16 -04:00
parent e75f8c944a
commit 8747a8ffe3
7 changed files with 44 additions and 15 deletions

View file

@ -2,6 +2,8 @@ FROM python:3.12-alpine
WORKDIR /usr/src/app
RUN apk add --no-cache ffmpeg
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt