Compare commits

..

No commits in common. "b0ff6d12e2d5e1ea3b6be947a255ecdcc6729777" and "920bd5b87c39b39c5d9806e11f0ae5e49142728e" 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:669b88d5947f8bc66039e97949099baa52fe6b02b9d6846836667d2c8d9859fe
FROM python:3.10-slim@sha256:73687addb95403c7f57e4c5caab483a17ca3f5a40dacc9722907f7ac06526284
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000