Browse Source

Rename config.

master
Chris Smith 7 years ago
parent
commit
e6ccd5b373
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile
  2. 0
    0
      config

+ 1
- 1
Dockerfile View File

@@ -6,7 +6,7 @@ RUN apt-get update \
6 6
       curl \
7 7
       inotify-tools
8 8
 
9
-COPY letsencrypt.sh run.sh config.sh /
9
+COPY letsencrypt.sh run.sh config /
10 10
 RUN chmod +x /run.sh /letsencrypt.sh
11 11
 
12 12
 VOLUME ["/letsencrypt"]

config.sh → config View File


Loading…
Cancel
Save