forked from Github/frigate
move primary script into the module
This commit is contained in:
@@ -37,8 +37,5 @@ RUN mkdir /cache /clips
|
||||
|
||||
WORKDIR /opt/frigate/
|
||||
ADD frigate frigate/
|
||||
COPY detect_objects.py .
|
||||
COPY benchmark.py .
|
||||
COPY process_clip.py .
|
||||
|
||||
CMD ["python3", "-u", "detect_objects.py"]
|
||||
CMD ["python3", "-u", "-m", "frigate"]
|
||||
|
||||
Reference in New Issue
Block a user