ykl45 commited on
Commit
482571d
·
verified ·
1 Parent(s): 20e0dba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,5 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  EXPOSE 5005
14
 
15
  ENV API_PREFIX="yyds"
 
16
 
17
  CMD ["python", "app.py"]
 
13
  EXPOSE 5005
14
 
15
  ENV API_PREFIX="yyds"
16
+ ENV ENABLE_GATEWAY=true
17
 
18
  CMD ["python", "app.py"]