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.
2020-04-02 13:20:50 +00:00
|
|
|
FROM staticfloat/nginx-certbot
|
2020-05-03 17:16:25 +00:00
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
2020-04-02 13:20:50 +00:00
|
|
|
COPY run.sh /
|
|
|
|
CMD sh /run.sh
|