apparently not the way to copy..

This commit is contained in:
2019-04-26 01:55:51 +10:00
parent 12c20c38a2
commit 7a608b759c

View File

@@ -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"]