mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add parrot.live
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
63869d79a2
commit
b06275b65a
7
parrot.live/Dockerfile
Normal file
7
parrot.live/Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user