forked from TrueCloudLab/certificates
Fix comments on dockerfiles.
This commit is contained in:
parent
c6462e21ec
commit
d4e9812a98
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue