philipk22 commited on
Commit
9871eb4
·
1 Parent(s): 980e9de

change Dockerfile

Browse files
Files changed (1) hide show
  1. 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="../frontend/dist", html=True), name="static")
 
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")