Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile-nginx « certbot-compatibility-test - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ade0306545387eb873f936c7842b902713f2f7c (plain)
1
2
3
4
5
6
FROM certbot-compatibility-test
MAINTAINER Brad Warren <bmw@eff.org>

RUN apt-get install nginx -y

ENTRYPOINT [ "certbot-compatibility-test", "-p", "nginx" ]