Initial import
This commit is contained in:
commit
22966927e8
5 changed files with 256 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM python:alpine
|
||||
|
||||
ADD requirements.txt /
|
||||
ADD hugo-encryptor.py /
|
||||
|
||||
RUN pip install --no-cache-dir -r /requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue