vk-toot/Dockerfile

7 lines
201 B
Docker
Raw Permalink Normal View History

2022-08-28 16:53:36 +03:00
FROM alpine:3.16.2
COPY . /opt/vk-toot
WORKDIR /opt/vk-toot
2022-05-21 02:27:14 +03:00
RUN apk update && apk add python3 py3-pip
RUN pip install --upgrade pip && pip install --requirement requirements.txt
2022-08-28 16:53:36 +03:00
CMD python3 vk_toot.py