add health checking
This commit is contained in:
@ -18,6 +18,10 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Copy source copy
|
||||
COPY ./translator .
|
||||
|
||||
# Install tools
|
||||
RUN apt update
|
||||
RUN apt install -y curl
|
||||
|
||||
# Run app
|
||||
CMD streamlit run app.py --server.port=8501 --server.enableCORS=false --server.enableXsrfProtection=false
|
||||
|
||||
|
Reference in New Issue
Block a user