Update Dockerfile
Browse files- 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"]
|