Se realiza una nueva implmentacion para la autenticacion con la api de Google.
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN pip install poetry==1.6.1
|
||||
RUN pip install poetry==1.8.4
|
||||
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
COPY ./pyproject.toml ./README.md ./poetry.lock* ./
|
||||
COPY ./pyproject.toml ./README.md ./
|
||||
|
||||
# Generar el archivo lock desde cero
|
||||
RUN poetry lock --no-update
|
||||
|
||||
COPY ./package[s] ./packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user