fix git url
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-30 16:56:53 +02:00
parent 4840619908
commit aaf3b71b7c

View File

@@ -1,6 +1,6 @@
FROM node:latest
LABEL maintainer="dragonchaser <weirdradio@datenschmutz.space>"
RUN git clone https://github.com/dragonchaser/weirdradio /weirdradio
RUN git clone https://git.wardrum.de/dragonchaser/weirdradio /weirdradio
WORKDIR /weirdradio
RUN npm install
CMD node weirdradio