Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
| 7 |
|
| 8 |
RUN apk update && apk add --no-cache git gcc musl-dev libffi-dev
|
| 9 |
|
| 10 |
-
RUN git clone https://github.com/ReirLair/
|
| 11 |
|
| 12 |
RUN pip install --upgrade pip && \
|
| 13 |
pip install httpx flask flask-cors cachetools protobuf pycryptodome asgiref
|
|
|
|
| 7 |
|
| 8 |
RUN apk update && apk add --no-cache git gcc musl-dev libffi-dev
|
| 9 |
|
| 10 |
+
RUN git clone https://github.com/ReirLair/infox.git .
|
| 11 |
|
| 12 |
RUN pip install --upgrade pip && \
|
| 13 |
pip install httpx flask flask-cors cachetools protobuf pycryptodome asgiref
|