now encoding URI

This commit is contained in:
2016-07-18 00:54:41 +02:00
parent cec9555908
commit 4e3446cb2f
10 changed files with 21 additions and 15 deletions

View File

@ -3,4 +3,4 @@ RUN mkdir app-node
COPY ./ /app-node/
WORKDIR /app-node
ENV CI true
CMD ["npmts"]
CMD ["npmci","install","stable"]