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