fix git url #14

Merged
dragonchaser merged 1 commits from fix-remove into main 2022-07-30 17:02:49 +02:00
Showing only changes of commit aaf3b71b7c - Show all commits

View File

@@ -1,6 +1,6 @@
FROM node:latest FROM node:latest
LABEL maintainer="dragonchaser <weirdradio@datenschmutz.space>" 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 WORKDIR /weirdradio
RUN npm install RUN npm install
CMD node weirdradio CMD node weirdradio