Ver Fonte

Try removing the root path directive...

kirkleon há 4 anos atrás
pai
commit
37beb3a355
1 ficheiros alterados com 1 adições e 1 exclusões
  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