Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit 7d5c1e9

Browse files
sopitz@_sopitz
authored and
@_sopitz
committed
fix build - add / at the end of directory
1 parent ae26d23 commit 7d5c1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y git && apt-get clean && rm -rf /var/lib
44
RUN cd / && git clone https://github.com/letsencrypt/letsencrypt
55

66
COPY etc /etc
7-
COPY ssl.tmpl /app
7+
COPY ssl.tmpl /app/
88
COPY createSSL.sh /
99
RUN chmod +x /createSSL.sh
1010
COPY Procfile /app/Procfile

0 commit comments

Comments
 (0)