mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 15:33:53 -05:00
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir poetry
|
||||
COPY backend/pyproject.toml backend/poetry.lock* ./
|
||||
|
||||
# Install dependencies using poetry and export them to requirements.txt
|
||||
RUN poetry export -f requirements.txt --without-hashes > requirements.txt
|
||||
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
|
||||
|
||||
# Stage 3: Build FastAPI app
|
||||
FROM python:3.12
|
||||
|
||||
Reference in New Issue
Block a user