1
0
Fork 0

Initial import

This commit is contained in:
Carlos Mogas da Silva 2021-05-23 01:04:57 +01:00
commit 22966927e8
5 changed files with 256 additions and 0 deletions

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM python:alpine
ADD requirements.txt /
ADD hugo-encryptor.py /
RUN pip install --no-cache-dir -r /requirements.txt