run the script outmatically in voice-agent container

parent f1823d1f
......@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
#keep the container running always
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