diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1a45fc9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM node:latest +LABEL maintainer="dragonchaser " +RUN git clone https://github.com/dragonchaser/weirdradio /weirdradio +WORKDIR /weirdradio +RUN npm install +CMD node weirdradio \ No newline at end of file