mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-31 14:47:13 +00:00
chore: provide '--no-sync' arg in dockerfile
This commit is contained in:
+1
-1
@@ -20,4 +20,4 @@ RUN apt update \
|
|||||||
&& uv sync \
|
&& uv sync \
|
||||||
&& touch /.dockerenv
|
&& touch /.dockerenv
|
||||||
|
|
||||||
CMD [ "uv", "run", "main.py" ]
|
CMD [ "uv", "run", "--no-sync", "main.py" ]
|
||||||
Reference in New Issue
Block a user