reduce docker changes

This commit is contained in:
YS 2022-01-11 12:38:44 +03:00
parent 6930946458
commit d5d4aa2057
2 changed files with 2 additions and 3 deletions

View File

@ -25,5 +25,4 @@ RUN chmod +x /tmp/s6-overlay-aarch64-installer && /tmp/s6-overlay-aarch64-instal
ENTRYPOINT ["/init"]
CMD ["python3", "-u", "-m", "frigate"]
COPY frigate frigate/
CMD ["python3", "-u", "-m", "frigate"]

View File

@ -74,4 +74,4 @@ COPY --from=web /opt/frigate/build web/
COPY docker/rootfs/ /
EXPOSE 5000
EXPOSE 1935
EXPOSE 1935