mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Fix comments on dockerfiles.
This commit is contained in:
@@ -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;"]
|
||||
|
||||
Reference in New Issue
Block a user