Skip to content
Snippets Groups Projects
Commit 15094b58 authored by Korbinian's avatar Korbinian
Browse files

Adjusted compose files for on-prem use

parent bf8efd8d
Branches
No related tags found
No related merge requests found
...@@ -9,4 +9,4 @@ COPY . . ...@@ -9,4 +9,4 @@ COPY . .
EXPOSE 8000 EXPOSE 8000
CMD [ "uvicorn", "--host=0.0.0.0", "app.main:app" ] CMD [ "uvicorn", "app.main:app", "--host=0.0.0.0", "--reload"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment