diff --git a/onedrive/engine/Dockerfile b/onedrive/engine/Dockerfile index 91f93d3..fa4efa1 100644 --- a/onedrive/engine/Dockerfile +++ b/onedrive/engine/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y -RUN git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal +RUN git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal /app RUN pip install -r requirements.txt