mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
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"]
|
||||||
Reference in New Issue
Block a user