Merge pull request #9 from aimingmed/feature/github-workflow

update for testing
This commit is contained in:
Hong Kai LEE 2025-03-06 11:21:07 +08:00 committed by GitHub
commit 1e59f65d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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