test build and deploy #10

Open
RaiLinKey wants to merge 13 commits from fix into test
Showing only changes of commit 7e646cb2c4 - Show all commits

View File

@@ -13,4 +13,4 @@ COPY api/ api/
EXPOSE 8000 EXPOSE 8000
CMD ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000", "--root-path", "/python-common-app"]