Loading Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ FROM python:3.10-alpine COPY . /app WORKDIR /app RUN apk update && apk add --no-cache ffmpeg RUN pip install -r requirements.txt CMD ["flask", "run", "--host=0.0.0.0"] Loading Loading
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ FROM python:3.10-alpine COPY . /app WORKDIR /app RUN apk update && apk add --no-cache ffmpeg RUN pip install -r requirements.txt CMD ["flask", "run", "--host=0.0.0.0"] Loading