Update Dockerfile
This commit is contained in:
@@ -32,7 +32,7 @@ COPY . .
|
|||||||
RUN chmod +x speech_processor.py
|
RUN chmod +x speech_processor.py
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
EXPOSE 3000
|
EXPOSE 5080
|
||||||
|
|
||||||
# Ensure virtual environment is active for runtime
|
# Ensure virtual environment is active for runtime
|
||||||
ENV PATH="/opt/venv/bin:$PATH"
|
ENV PATH="/opt/venv/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user