From 7a608b759c62e6ebc6a90e9105c9087370d0f7ea Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 26 Apr 2019 01:55:51 +1000 Subject: [PATCH] apparently not the way to copy.. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ba3bfe..a3a3e30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,6 @@ 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