From 88c94863200942e0fb0a05d34d63ceb47ec0b167 Mon Sep 17 00:00:00 2001 From: dewisnu Date: Sun, 17 Dec 2023 17:26:21 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26aa824..922ecfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ COPY requirements.txt . RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y RUN pip install --no-cache-dir -r requirements.txt COPY . . -EXPOSE 3000 -CMD ["gunicorn","wsgi:app","-b","0.0.0.0:3000"] \ No newline at end of file +EXPOSE 8080 +CMD ["gunicorn","wsgi:app","-b","0.0.0.0:8080"] \ No newline at end of file