vk-toot/Dockerfile

7 lines
201 B
Docker

FROM alpine:3.16.2
COPY . /opt/vk-toot
WORKDIR /opt/vk-toot
RUN apk update && apk add python3 py3-pip
RUN pip install --upgrade pip && pip install --requirement requirements.txt
CMD python3 vk_toot.py