Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
12 |
|
13 |
EXPOSE 5005
|
14 |
|
15 |
-
ENV API_PREFIX="yyds"
|
16 |
ENV ENABLE_GATEWAY=true
|
17 |
|
18 |
CMD ["python", "app.py"]
|
|
|
12 |
|
13 |
EXPOSE 5005
|
14 |
|
|
|
15 |
ENV ENABLE_GATEWAY=true
|
16 |
|
17 |
CMD ["python", "app.py"]
|