Compare commits
3 Commits
dba48e3599
...
84a8cc3eb8
Author | SHA1 | Date |
---|---|---|
Mathis | 84a8cc3eb8 | |
Mathis | 47e409ff15 | |
Renovate Bot | da8e61f8fb |
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10-slim@sha256:669b88d5947f8bc66039e97949099baa52fe6b02b9d6846836667d2c8d9859fe
|
FROM python:3.10-slim@sha256:b64d1888e5d1ac06ff2c0ad0fd1fe9c2dc5826de2bbe2e5a87ea4b9346edaf1c
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
Loading…
Reference in New Issue