From a2a5c9b5671d238b6ce584a3b0f7c90758d5dd20 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 18 Jul 2022 15:07:24 +0200 Subject: [PATCH] add dockerfile Signed-off-by: Christian Richter --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile 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