diff --git a/node_modules/career-model/Dockerfile b/node_modules/career-model/Dockerfile index 0a6f9a61..8fb5d3b0 100644 --- a/node_modules/career-model/Dockerfile +++ b/node_modules/career-model/Dockerfile @@ -13,7 +13,7 @@ RUN pip install gunicorn COPY . /app # Use 8000 port -EXPOSE 8000 +EXPOSE 5000 # Use gunicorn to run the app -CMD ["gunicorn", "-b", "0.0.0.0:8000", "main:app"] +CMD ["gunicorn", "-b", "0.0.0.0:5000", "main:app"]