From ca501f2165adb6cfc023a63d9aca087bb83daf95 Mon Sep 17 00:00:00 2001 From: tookender Date: Sat, 4 May 2024 20:29:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Expose=20port=20to=20try=20and?= =?UTF-8?q?=20access=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3ca7be8..ecca8f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ RUN apt-get install -y ffmpeg RUN pip install --no-cache-dir -r requirements.txt +EXPOSE 6969 + CMD ["python", "main.py"] \ No newline at end of file