Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ WORKDIR /usr/src/app
|
|
26 |
|
27 |
# Copy application code and install Python dependencies
|
28 |
COPY . .
|
29 |
-
RUN pip3 install --upgrade pip setuptools
|
30 |
COPY requirements.txt .
|
31 |
RUN pip3 install -r requirements.txt
|
32 |
|
|
|
26 |
|
27 |
# Copy application code and install Python dependencies
|
28 |
COPY . .
|
29 |
+
RUN pip3 install --upgrade pip setuptools
|
30 |
COPY requirements.txt .
|
31 |
RUN pip3 install -r requirements.txt
|
32 |
|