rishikumar20202023 commited on
Commit
d1f454d
·
verified ·
1 Parent(s): 41ea25d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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" , "aaaaaa"]
 
58
 
59
  # COPY --chown=user . /app
60
 
61
+ CMD ["python", "-m", "g4f" ,"--port" ,"7860", "--debug", "--g4f-api-key" , "${key}"]