Skip to content

Commit d4e9812

Browse files
committedNov 10, 2018
Fix comments on dockerfiles.
1 parent c6462e2 commit d4e9812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎examples/docker/ca/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM alpine
33
ADD step-ca /usr/local/bin/step-ca
44
COPY pki /run
55

6-
# Cron && Nginx
6+
# Smallstep CA
77
CMD ["step-ca", "/run/config/ca.json"]

Diff for: ‎examples/docker/nginx/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ COPY site.conf /etc/nginx/conf.d/
66
COPY certwatch.sh /
77
COPY entrypoint.sh /
88

9-
# Cron && Nginx
9+
# Certificate watcher and nginx
1010
ENTRYPOINT ["/entrypoint.sh"]
1111
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)