all repos — FixYouTube-legacy @ 5849992f3d4a49ae36ba6074cd0235a6897dd966

A better way to embed YouTube videos everywhere (inspired by FixTweet).

Dockerfile (view raw)

 1FROM tecktron/python-waitress:slim
 2
 3WORKDIR /app
 4
 5RUN pip install --upgrade pip
 6COPY ./requirements.txt .
 7RUN pip install -r requirements.txt
 8
 9COPY ./fixyoutube ./fixyoutube
10COPY .en[v] .
11ENV APP_MODULE=fixyoutube:app