Daniel Kantor commited on
Commit
79ac604
·
1 Parent(s): 1b55628
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -59,5 +59,7 @@ ENV HF_HOME=/app/.cache \
59
  USER user
60
  EXPOSE 7860
61
 
 
 
62
  # Start both servers with wait-for
63
  CMD ["sh", "-c", "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"]
 
59
  USER user
60
  EXPOSE 7860
61
 
62
+ RUN echo $OAUTH_CLIENT_ID
63
+
64
  # Start both servers with wait-for
65
  CMD ["sh", "-c", "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"]