Daniel Kantor commited on
Commit
1b55628
·
1 Parent(s): 51e3f6a
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -52,7 +52,8 @@ ENV HF_HOME=/app/.cache \
52
  HF_DATASETS_CACHE=/app/.cache \
53
  INTERNAL_API_PORT=7861 \
54
  PORT=7860 \
55
- NODE_ENV=production
 
56
 
57
  # Note: HF_TOKEN should be provided at runtime, not build time
58
  USER user
 
52
  HF_DATASETS_CACHE=/app/.cache \
53
  INTERNAL_API_PORT=7861 \
54
  PORT=7860 \
55
+ NODE_ENV=production \
56
+ REACT_APP_OAUTH_CLIENT_ID=$OAUTH_CLIENT_ID
57
 
58
  # Note: HF_TOKEN should be provided at runtime, not build time
59
  USER user