Fix comments on dockerfiles.

This commit is contained in:
Mariano Cano 2018-11-09 18:25:21 -08:00
parent c6462e21ec
commit d4e9812a98
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -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;"]