microsoft/ogc-api-fast-features

Update path in Dockerfile CMD

JBurkinshaw opened this issue · 0 comments

The existing CMD command references an incorrect path for the gunicorn conf file.

Update the path to reflect the working directory: CMD ["gunicorn", "-c", "/oaff/fastapi/gunicorn/gunicorn.conf.py", "oaff.fastapi.api.main:app", "--timeout", "185"]