diff --git a/Dockerfile b/Dockerfile index 8d0f6d3..709bfe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir -r ./requirements.txt COPY ./main.py /app/ ENV BIND_HOST=0.0.0.0 -ENV BIND_PORT=500 +ENV BIND_PORT=5000 EXPOSE 5000