Mohammed Foud
commited on
Commit
·
039d568
1
Parent(s):
2b897f4
Add application file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -46,4 +46,4 @@ RUN mkdir -p /app/har_and_cookies /app/generated_media && \
|
|
| 46 |
EXPOSE 7860
|
| 47 |
|
| 48 |
# Correct command to run the application with limited providers and debug mode
|
| 49 |
-
CMD ["sh", "-c", "python -m g4f.cli api --bind 0.0.0.0:$PORT --debug
|
|
|
|
| 46 |
EXPOSE 7860
|
| 47 |
|
| 48 |
# Correct command to run the application with limited providers and debug mode
|
| 49 |
+
CMD ["sh", "-c", "python -m g4f.cli api --bind 0.0.0.0:$PORT --debug "]
|