diff --git a/Dockerfile b/Dockerfile index 1b0f11b..070d758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,10 +30,10 @@ RUN cd /staging/PotreeConverter && \ RUN mkdir /var/www WORKDIR "/var/www" -RUN git clone https://github.com/pierotofy/node-OpenDroneMap . +RUN git clone https://github.com/OpenDroneMap/node-OpenDroneMap . RUN npm install # Fix old version of gdal2tiles.py RUN (cd / && patch -p0)