Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -16,8 +16,7 @@ RUN apt-get update && apt-get install -y \
|
|
16 |
# Clone the repo
|
17 |
RUN git clone https://github.com/Aws-killer/ImageEditor.git .
|
18 |
|
19 |
-
|
20 |
-
COPY requirements.txt .
|
21 |
RUN pip install --upgrade pip
|
22 |
RUN pip install -r requirements.txt
|
23 |
|
|
|
16 |
# Clone the repo
|
17 |
RUN git clone https://github.com/Aws-killer/ImageEditor.git .
|
18 |
|
19 |
+
|
|
|
20 |
RUN pip install --upgrade pip
|
21 |
RUN pip install -r requirements.txt
|
22 |
|