WIP proxy #3
@@ -37,8 +37,8 @@ WORKDIR /app
|
|||||||
#COPY --from=builder /wheels /wheels
|
#COPY --from=builder /wheels /wheels
|
||||||
# Instalar dependencias sin herramientas de compilación
|
# Instalar dependencias sin herramientas de compilación
|
||||||
#RUN pip install --upgrade pip && \
|
#RUN pip install --upgrade pip && \
|
||||||
pip install --no-cache-dir /wheels/* && \
|
# pip install --no-cache-dir /wheels/* && \
|
||||||
rm -rf /wheels
|
# rm -rf /wheels
|
||||||
# Copiar código
|
# Copiar código
|
||||||
#COPY . .
|
#COPY . .
|
||||||
# Cambiar propietario
|
# Cambiar propietario
|
||||||
|
|||||||
Reference in New Issue
Block a user