Tonic commited on
Commit
76da737
·
unverified ·
1 Parent(s): 99bc33e

add space url in dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY . .
20
  # EXPOSE 5000
21
 
22
  EXPOSE 7860
23
-
24
  # Set environment variables (optional, can be overridden in Hugging Face Spaces)
25
  ENV FLASK_ENV=production
26
  ENV PYTHONUNBUFFERED=1
 
20
  # EXPOSE 5000
21
 
22
  EXPOSE 7860
23
+ ENV SPACE_URL=https://multitransformer-tonic-discharge-guard.hf.space
24
  # Set environment variables (optional, can be overridden in Hugging Face Spaces)
25
  ENV FLASK_ENV=production
26
  ENV PYTHONUNBUFFERED=1