This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/letsencrypt-nginx/Dockerfile.home

7 lines
173 B
Docker
Raw Normal View History

2020-04-18 08:18:48 +00:00
ARG image
FROM $image
COPY ./conf/home.conf /etc/nginx/user.conf.d/server._conf
2020-04-18 09:05:18 +00:00
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./website /www/data
COPY run.sh /
CMD sh /run.sh