We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4df9f commit 20a4ddcCopy full SHA for 20a4ddc
Dockerfile
@@ -18,7 +18,7 @@ RUN --mount=type=ssh git submodule update --init --recursive
18
RUN pip install --no-cache-dir -r requirements.txt
19
20
# Make port 5000 available to the world outside this container
21
-EXPOSE 5000
+EXPOSE 7000
22
23
# Define environment variable
24
ENV FLASK_APP=wsgi.py
0 commit comments