init work on standalone autoconf
This commit is contained in:
11
autoconf/Dockerfile
Normal file
11
autoconf/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add py3-pip && \
|
||||
pip3 install docker
|
||||
|
||||
COPY *.py /opt/
|
||||
RUN chmod +x /opt/entrypoint.py
|
||||
|
||||
VOLUME /etc/nginx
|
||||
|
||||
ENTRYPOINT ["/opt/entrypoint.py"]
|
||||
Reference in New Issue
Block a user