add dockerfile
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:latest
|
||||
LABEL maintainer="dragonchaser <weirdradio@datenschmutz.space>"
|
||||
RUN git clone https://github.com/dragonchaser/weirdradio /weirdradio
|
||||
WORKDIR /weirdradio
|
||||
RUN npm install
|
||||
CMD node weirdradio
|
||||
Reference in New Issue
Block a user