diff --git a/Dockerfile b/Dockerfile index 0c1a0bb..258318d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN --mount=type=ssh git submodule update --init --recursive RUN pip install --no-cache-dir -r requirements.txt # Make port 5000 available to the world outside this container -EXPOSE 7000 +EXPOSE 5000 # Define environment variable ENV FLASK_APP=wsgi.py