update for testing

This commit is contained in:
leehk 2025-03-06 11:20:23 +08:00
parent 4c9c6f3dfb
commit b5cb5efc78

View File

@ -2,7 +2,7 @@ FROM python:3.11-slim
WORKDIR /app/streamlit
COPY Pipfile Pipfile.lock ./
COPY Pipfile ./
RUN pip install pipenv && pipenv install --system --deploy