initial commit

This commit is contained in:
danamir
2019-04-17 08:36:20 +03:00
commit 59da1d493c
4 changed files with 82 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM python:3.7
MAINTAINER Alex Danamir <danamir522@gmail.com>
RUN mkdir /home/savebot
COPY . /home/savebot
WORKDIR /home/savebot
RUN python -m pip install vk_api
RUN python -m pip install pdfkit
RUN python -m pip install pyvirtualdisplay