add parrot.live

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-04-19 18:58:43 -04:00
parent 63869d79a2
commit b06275b65a
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

7
parrot.live/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM node:alpine
RUN apk add --no-cache git
RUN git clone --branch master --depth 1 https://github.com/hugomd/parrot.live.git /src
WORKDIR /src
RUN npm install
CMD ["node","index.js"]