Fix incorrect config flag in startup script (-c -> -config)
Browse files- Dockerfile +1 -1
- Dockerfile.hf-spaces +1 -1
Dockerfile
CHANGED
|
@@ -82,7 +82,7 @@ fi\n\
|
|
| 82 |
\n\
|
| 83 |
mkdir -p /app/auth\n\
|
| 84 |
\n\
|
| 85 |
-
exec ./CLIProxyAPI -
|
| 86 |
' > /app/start.sh && chmod +x /app/start.sh
|
| 87 |
|
| 88 |
CMD ["/app/start.sh"]
|
|
|
|
| 82 |
\n\
|
| 83 |
mkdir -p /app/auth\n\
|
| 84 |
\n\
|
| 85 |
+
exec ./CLIProxyAPI -config /app/config.yaml\n\
|
| 86 |
' > /app/start.sh && chmod +x /app/start.sh
|
| 87 |
|
| 88 |
CMD ["/app/start.sh"]
|
Dockerfile.hf-spaces
CHANGED
|
@@ -82,7 +82,7 @@ fi\n\
|
|
| 82 |
\n\
|
| 83 |
mkdir -p /app/auth\n\
|
| 84 |
\n\
|
| 85 |
-
exec ./CLIProxyAPI -
|
| 86 |
' > /app/start.sh && chmod +x /app/start.sh
|
| 87 |
|
| 88 |
CMD ["/app/start.sh"]
|
|
|
|
| 82 |
\n\
|
| 83 |
mkdir -p /app/auth\n\
|
| 84 |
\n\
|
| 85 |
+
exec ./CLIProxyAPI -config /app/config.yaml\n\
|
| 86 |
' > /app/start.sh && chmod +x /app/start.sh
|
| 87 |
|
| 88 |
CMD ["/app/start.sh"]
|