Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ COPY . .
|
|
30 |
EXPOSE 8000
|
31 |
|
32 |
# Command to run the FastAPI app
|
33 |
-
CMD ["uvicorn", "app:app",
|
|
|
30 |
EXPOSE 8000
|
31 |
|
32 |
# Command to run the FastAPI app
|
33 |
+
CMD ["uvicorn", "app:app","--reload"]
|