diff --git a/Dockerfile b/Dockerfile index 8a30429..085cc6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ADD . /app RUN pip install --no-cache-dir -r requirements.txt # Make port 80 available to the world outside this container -EXPOSE 80 +EXPOSE 5000 # Run app.py when the container launches CMD ["python", "app.py"] \ No newline at end of file