2
1

Initial commit

This commit is contained in:
2021-06-02 15:35:58 +03:00
commit ac16941f09
4 changed files with 38 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM python:3-alpine
RUN apk add --update --no-cache openvpn curl bash
RUN pip install requests
ADD helpers /helpers
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT /entrypoint.sh