Remove git submodule command

pull/945/head
Piero Toffanin 2020-12-22 20:11:59 -05:00
rodzic 1affaa97d5
commit 7862d3dfb3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ ADD . /webodm/
# Setup cron
RUN ln -s /webodm/nginx/crontab /var/spool/cron/crontabs/root && chmod 0644 /webodm/nginx/crontab && service cron start && chmod +x /webodm/nginx/letsencrypt-autogen.sh
RUN git submodule update --init
#RUN git submodule update --init
WORKDIR /webodm/nodeodm/external/NodeODM
RUN npm install --quiet