Update Dockerfile
parent
6feca3f77f
commit
2d7b14e26e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue