Commit 40cdfbc1 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

Revert "Add args to be able to pish the image to the i2cat's container registry"

This reverts commit ab617ffe.
parent afa0ffa1
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -40,9 +40,8 @@ RUN apt-get update && apt-get install -y \
# Copy application code
# Copy application code
COPY . .
COPY . .


ARG PIP_INDEX_URL
# Install Python dependencies
# Install Python dependencies
RUN python -m pip install --no-cache-dir -r requirements.txt --extra-index-url ${PIP_INDEX_URL} --trusted-host gitlab.i2cat.net
RUN python -m pip install --no-cache-dir -r requirements.txt


# Set working directory for application execution
# Set working directory for application execution
WORKDIR /usr/app/src/
WORKDIR /usr/app/src/