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 c3b42ef commit 4cdd152Copy full SHA for 4cdd152
Dockerfile
@@ -11,12 +11,12 @@ COPY . /app
11
RUN pip install --no-cache-dir -r requirements.txt
12
13
# Make port 5000 available to the world outside this container
14
-EXPOSE 5000
+EXPOSE 7000
15
16
# Define environment variable
17
ENV FLASK_APP=wsgi.py
18
ENV FLASK_RUN_HOST=0.0.0.0
19
20
# Run the application
21
-CMD ["flask", "run"]
+CMD ["flask", "run", "--host=0.0.0.0", "--port=7000"]
22
0 commit comments