Skip to content

Commit

Permalink
Fix docker certs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2142 authored Mar 29, 2024
1 parent e5569ea commit f53f49c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ FROM scratch
WORKDIR /app

COPY --from=build /frigate-notify /app/frigate-notify
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ENTRYPOINT [ "/app/frigate-notify" ]
ENTRYPOINT [ "/app/frigate-notify" ]

0 comments on commit f53f49c

Please sign in to comment.