Compare commits

..

No commits in common. "ea5f6919055041f2f599e6a5bb2ccc6f05b1a5a1" and "6f7c5a457408ff035f2d460f823a3110c5def52b" 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:73687addb95403c7f57e4c5caab483a17ca3f5a40dacc9722907f7ac06526284
FROM python:3.10-slim@sha256:25f03d17398b3f001e040fc951b4ee9404862f1b65c5eea1aa31c042dfdab527
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000