From a7802ba5caef141f19b6a27322eca246574c6df0 Mon Sep 17 00:00:00 2001 From: Luke Brody Date: Tue, 22 Oct 2024 22:20:54 -0700 Subject: [PATCH] Change the file --- react/test/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react/test/Dockerfile b/react/test/Dockerfile index 1537e1b7..ba930770 100644 --- a/react/test/Dockerfile +++ b/react/test/Dockerfile @@ -28,4 +28,6 @@ RUN apt-get -y install ffmpeg COPY ./requirements.txt ./ RUN pip3 install --break-system-packages -r requirements.txt -ENTRYPOINT [ "/bin/bash" ] \ No newline at end of file +ENTRYPOINT [ "/bin/bash" ] + +# change the file \ No newline at end of file