mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-25 03:06:11 +10:00
apparently not the way to copy..
This commit is contained in:
@@ -21,8 +21,6 @@ RUN npm install
|
|||||||
# We then copy the rest of our application
|
# We then copy the rest of our application
|
||||||
# to the app direcoty
|
# to the app direcoty
|
||||||
COPY . /app
|
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
|
# We start our application by calling
|
||||||
# npm start.
|
# npm start.
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
Reference in New Issue
Block a user