Update Dockerfile

master
Kar 2025-06-05 09:13:28 +00:00
parent 6feca3f77f
commit 2d7b14e26e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ COPY . .
RUN chmod +x speech_processor.py
# Expose port
EXPOSE 3000
EXPOSE 5080
# Ensure virtual environment is active for runtime
ENV PATH="/opt/venv/bin:$PATH"