FROM hosttoday/ht-docker-node:npmts RUN mkdir /workspace WORKDIR /workspace ENV CI=true CMD ["npm","test"];