Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,4 +58,4 @@ RUN pip install --break-system-packages -r requirements.txt
|
|
58 |
|
59 |
# COPY --chown=user . /app
|
60 |
|
61 |
-
CMD ["python", "-m", "g4f" ,"--port" ,"7860", "--debug", "--g4f-api-key" , "
|
|
|
58 |
|
59 |
# COPY --chown=user . /app
|
60 |
|
61 |
+
CMD ["python", "-m", "g4f" ,"--port" ,"7860", "--debug", "--g4f-api-key" , "${key}"]
|