Compare commits

..

No commits in common. "84a8cc3eb8b88be0ed79911740010de4993e86e5" and "dba48e35995360f7dadb33b95ae981a85a187771" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:b64d1888e5d1ac06ff2c0ad0fd1fe9c2dc5826de2bbe2e5a87ea4b9346edaf1c
FROM python:3.10-slim@sha256:669b88d5947f8bc66039e97949099baa52fe6b02b9d6846836667d2c8d9859fe
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000