Move all directories per theme
This commit is contained in:
7
services/fetchmail/Dockerfile
Normal file
7
services/fetchmail/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:alpine
|
||||
|
||||
RUN apk add --no-cache fetchmail ca-certificates
|
||||
|
||||
COPY fetchmail.py /fetchmail.py
|
||||
|
||||
CMD ["/fetchmail.py"]
|
||||
Reference in New Issue
Block a user