Compare commits
1 Commits
da8e61f8fb
...
5e54380f8a
Author | SHA1 | Date |
---|---|---|
|
5e54380f8a |
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10-slim@sha256:b64d1888e5d1ac06ff2c0ad0fd1fe9c2dc5826de2bbe2e5a87ea4b9346edaf1c
|
||||
FROM python:3.10-slim@sha256:024328b67503194d4798b651bc732afb54365a79eb62ab20bfeaaca334995d34
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 5000
|
||||
|
|
Loading…
Reference in New Issue