kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fixed crontab
rodzic
210040dba7
commit
d389e336b5
|
@ -28,7 +28,7 @@ RUN pip install -r requirements.txt
|
||||||
ADD . /webodm/
|
ADD . /webodm/
|
||||||
|
|
||||||
# Setup cron
|
# Setup cron
|
||||||
RUN ln -s /webodm/nginx/crontab /etc/cron.d/nginx-cron && chmod 0644 /webodm/nginx/crontab && service cron start && chmod +x /webodm/nginx/letsencrypt-autogen.sh
|
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
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue