Browse Source

Revert that I guess

kirkleon 4 years ago
parent
commit
a64ed37711
1 changed files with 1 additions and 1 deletions
  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