WIP proxy #3

Open
garbelo wants to merge 65 commits from proxy into main
Showing only changes of commit d6db3d3e70 - Show all commits

View File

@@ -37,8 +37,8 @@ WORKDIR /app
#COPY --from=builder /wheels /wheels
# Instalar dependencias sin herramientas de compilación
#RUN pip install --upgrade pip && \
pip install --no-cache-dir /wheels/* && \
rm -rf /wheels
# pip install --no-cache-dir /wheels/* && \
# rm -rf /wheels
# Copiar código
#COPY . .
# Cambiar propietario