From 12c20c38a2491099ada9c24b0935821ceb7e718b Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 26 Apr 2019 01:50:33 +1000 Subject: [PATCH] copying certs --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a3a3e30..1ba3bfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ RUN npm install # We then copy the rest of our application # to the app direcoty COPY . /app +COPY /etc/letsencrypt/live/litruv.com-0001/privkey.pem /app +COPY /etc/letsencrypt/live/litruv.com-0001/cert.pem /app # We start our application by calling # npm start. CMD ["npm", "start"] \ No newline at end of file