feat: 🎉 Rating Orama!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM python:3.11.3-alpine
|
||||
LABEL authors="Pedro Pérez"
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user