Skip to content

Commit

Permalink
Revert "[Am-222] compute min max for area and fix root path (#94)"
Browse files Browse the repository at this point in the history
This reverts commit 84f69e8.
  • Loading branch information
BielStela authored Dec 19, 2024
1 parent 84f69e8 commit 3948a94
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", "--root-path", "/api/"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]

FROM production as development

Expand Down

0 comments on commit 3948a94

Please sign in to comment.