yxmnjxzx commited on
Commit
7af3edd
1 Parent(s): cef7618

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,4 +12,6 @@ RUN pip install python-multipart
12
 
13
  EXPOSE 5005
14
 
 
 
15
  CMD ["python", "app.py", "--host", "0.0.0.0:5005"]
 
12
 
13
  EXPOSE 5005
14
 
15
+ ENV API_PREFIX="ai"
16
+
17
  CMD ["python", "app.py", "--host", "0.0.0.0:5005"]