Pārlūkot izejas kodu

simplify directory creation

Blake Blackshear 4 gadi atpakaļ
vecāks
revīzija
d88745af6e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -50,7 +50,7 @@ RUN wget -q https://dl.google.com/coral/canned_models/coco_labels.txt -O /labelm
 RUN wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess.tflite -O /cpu_model.tflite 
 
 
-RUN mkdir /cache && mkdir /clips
+RUN mkdir /cache /clips
 
 WORKDIR /opt/frigate/
 ADD frigate frigate/