From 3eaeae2b30c75d09098d81d4dadba4913a27a6f4 Mon Sep 17 00:00:00 2001 From: Daniel Myhrman <74043942+danielmyh@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:16:41 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6d46559..a891608 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,3 +54,5 @@ apt-get install -y gstreamer1.0-tools libssl-dev gstreamer1.0-rtsp gstreamer1.0- EOF COPY start_stream.sh . + +COPY LICENSE /opt/app