Move all directories per theme
This commit is contained in:
8
core/nginx/Dockerfile
Normal file
8
core/nginx/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
|
||||
|
||||
COPY conf /conf
|
||||
COPY *.py /
|
||||
|
||||
CMD /start.py
|
||||
Reference in New Issue
Block a user