Update live image

This commit is contained in:
hlohaus
2025-06-13 22:02:42 +02:00
parent d64d64bdf4
commit c4d4e3abeb
2 changed files with 1 additions and 2 deletions

View File

@@ -36,4 +36,4 @@ RUN git clone https://github.com/hlohaus/deepseek4free.git \
&& cd deepseek4free && git checkout 21Feb \
&& pip install --no-cache-dir . && cd .. && rm -rf deepseek4free
CMD docker/update.sh & docker/start.sh
CMD git pull origin main && docker/update.sh & docker/start.sh