Skip to content

Commit

Permalink
[Am-222] compute min max for area and fix root path (#94)
Browse files Browse the repository at this point in the history
* Meta endpoint now can return dynamic min/max based on a polygon filter

* Starts tests

* Fixes testss

* Add root-path to uvicorn run command
  • Loading branch information
BielStela authored Dec 16, 2024
1 parent 42faf4e commit 5c7a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 8000

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--root-path", "/api/"]

FROM production as development

Expand Down

0 comments on commit 5c7a307

Please sign in to comment.