add dockerfile
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN pip install poetry
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
COPY . .
|
||||
RUN poetry install --only main
|
||||
Reference in New Issue
Block a user