From 554b51a51134bfdc53df23f60d3b1000f230d3c5 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:19:04 +0200 Subject: [PATCH] Add live update --- docker/Dockerfile-slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile-slim b/docker/Dockerfile-slim index ce756369..abf72ee1 100644 --- a/docker/Dockerfile-slim +++ b/docker/Dockerfile-slim @@ -31,8 +31,8 @@ ENV HOME /home/$G4F_USER ENV PATH "${HOME}/.local/bin:${PATH}" RUN git clone https://github.com/xtekky/gpt4free.git $G4F_DIR -RUN printf "0 * * * * python -m etc.update\n" > cronfile +RUN printf "0 * * * * python -m etc.tool.update\n" > cronfile RUN crontab cronfile RUN pip install --no-cache-dir -r requirements-slim.txt -CMD python -m g4f --debug --reload \ No newline at end of file +CMD python -m g4f --port 8080 --debug --reload \ No newline at end of file