Explorar o código

Try removing the root path directive...

kirkleon %!s(int64=4) %!d(string=hai) anos
pai
achega
37beb3a355
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/Dockerfile

+ 1 - 1
server/Dockerfile

@@ -15,4 +15,4 @@ ENV DB_LOCATION="/app/vacation.db"
 
 COPY app.py .
 
-CMD uvicorn app:app --host 0.0.0.0 --port 5000 --root-path /vacation-planner/api
+CMD uvicorn app:app --host 0.0.0.0 --port 5000