Alina Lozovskaya commited on
Commit
ba8b444
·
1 Parent(s): ccd1d98
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -58,5 +58,7 @@ ENV HF_HOME=/app/.cache \
58
  USER user
59
  EXPOSE 7860
60
 
 
 
61
  # Start both servers with wait-for
62
  CMD ["sh", "-c", "uv run uvicorn app.asgi:app --host 0.0.0.0 --port 7861 & while ! nc -z localhost 7861; do sleep 1; done && cd frontend && npm run serve"]
 
58
  USER user
59
  EXPOSE 7860
60
 
61
+ RUN chmod -R 775 /app/
62
+
63
  # Start both servers with wait-for
64
  CMD ["sh", "-c", "uv run uvicorn app.asgi:app --host 0.0.0.0 --port 7861 & while ! nc -z localhost 7861; do sleep 1; done && cd frontend && npm run serve"]