Fix comments on dockerfiles.

pull/8/head
Mariano Cano 6 years ago
parent c6462e21ec
commit d4e9812a98

@ -3,5 +3,5 @@ FROM alpine
ADD step-ca /usr/local/bin/step-ca
COPY pki /run
# Cron && Nginx
# Smallstep CA
CMD ["step-ca", "/run/config/ca.json"]

@ -6,6 +6,6 @@ COPY site.conf /etc/nginx/conf.d/
COPY certwatch.sh /
COPY entrypoint.sh /
# Cron && Nginx
# Certificate watcher and nginx
ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]

Loading…
Cancel
Save