UNPKG

100 BPlain TextView Raw
1FROM node:6-alpine
2ENTRYPOINT [ "harp" ]
3WORKDIR /app
4COPY . /opt/harp
5RUN npm install -g /opt/harp