initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11
|
||||
|
||||
# RUN pip install poetry
|
||||
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
# RUN poetry install --no-root --no-dev
|
||||
Reference in New Issue
Block a user