extract streamlit config
This commit is contained in:
@ -18,7 +18,7 @@ COPY --from=builder /usr/local/lib/python3.13/site-packages /usr/local/lib/pytho
|
||||
WORKDIR /app
|
||||
COPY ./translator .
|
||||
EXPOSE 8501
|
||||
CMD ["python", "-m", "streamlit", "run", "app.py", "--server.port=8501", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|
||||
CMD ["python", "-m", "streamlit", "run", "app.py"]
|
||||
|
||||
# Build
|
||||
# docker build --platform=linux/amd64 -t translator:latest .
|
||||
|
||||
Reference in New Issue
Block a user