fixed port

This commit is contained in:
Eljakim Herrewijnen 2024-03-07 23:16:38 +01:00
parent 72a04ec213
commit 698a6cb226

View File

@ -11,7 +11,7 @@ ADD . /app
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
# Make port 80 available to the world outside this container # Make port 80 available to the world outside this container
EXPOSE 80 EXPOSE 5000
# Run app.py when the container launches # Run app.py when the container launches
CMD ["python", "app.py"] CMD ["python", "app.py"]