Selaa lähdekoodia

Try removing the root path directive...

kirkleon 4 vuotta sitten
vanhempi
commit
37beb3a355
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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