AISimplyExplained commited on
Commit
d378419
·
verified ·
1 Parent(s): bece1ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,5 +24,6 @@ COPY start.sh /start.sh
24
  RUN chmod +x /start.sh
25
 
26
  ENV API_PORT=7860
 
27
  EXPOSE 7860
28
  CMD ["/start.sh"]
 
24
  RUN chmod +x /start.sh
25
 
26
  ENV API_PORT=7860
27
+ ENV API_URL=https://AISimplyExplained-test.hf.space
28
  EXPOSE 7860
29
  CMD ["/start.sh"]