voice agent rund once the containers start

parent efc20ba6
...@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt ...@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD ["sh", "-c", "while true; do sleep 30; done"] CMD ["python", "main.py"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment