Parcourir la source

Revert that I guess

kirkleon il y a 4 ans
Parent
commit
a64ed37711
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
+CMD uvicorn app:app --host 0.0.0.0 --port 5000 --root-path /vacation-planner/api