Spaces:
Sleeping
Sleeping
change Dockerfile
Browse files- backend/main.py +1 -1
backend/main.py
CHANGED
@@ -149,4 +149,4 @@ async def health_check():
|
|
149 |
return {"status": "healthy"}
|
150 |
|
151 |
# Move this to the end of the file, after all routes
|
152 |
-
app.mount("/", StaticFiles(directory="
|
|
|
149 |
return {"status": "healthy"}
|
150 |
|
151 |
# Move this to the end of the file, after all routes
|
152 |
+
app.mount("/", StaticFiles(directory="/code/frontend/dist", html=True), name="static")
|