Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Install any needed packages
|
| 11 |
-
RUN pip install --no-cache-dir Flask requests
|
| 12 |
|
| 13 |
# Make port 5000 available to the world outside this container
|
| 14 |
EXPOSE 5000
|
|
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Install any needed packages
|
| 11 |
+
RUN pip install --no-cache-dir Flask requests gitpython
|
| 12 |
|
| 13 |
# Make port 5000 available to the world outside this container
|
| 14 |
EXPOSE 5000
|