prepare for in docker test trough npmts

This commit is contained in:
2016-06-16 02:41:17 +02:00
parent 38dca0c9a0
commit c58dad05cd
5 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1,4 @@
FROM hosttoday/ht-docker-node:lts
COPY ./node_modules /app-node/node_modules
COPY ./dist /app-node/dist
COPY ./dist /app-node/dist
CMD ["npmts"]