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.do

4 lines
100 B
Docker
Raw Normal View History

2020-04-03 08:17:34 +00:00
ARG image
FROM $image
2020-04-18 10:05:01 +00:00
COPY website /www/data
2020-04-03 09:07:02 +00:00
COPY ./conf/do.conf /etc/nginx/user.conf.d/server._conf