onedrive engine new

This commit is contained in:
kadma
2024-01-21 11:38:06 -05:00
committed by GitHub
parent f84b0853a4
commit 286fc5454e

View File

@@ -0,0 +1,25 @@
FROM ubuntu
RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y
ENV E5_CLIENT_ID="id"
ENV E5_CLIENT_SECRET="secret"
ENV E5_REFRESH_TOKEN="token"
EXPOSE 8080
WORKDIR /app
RUN wget $URL_DESCARGA_RCLONE
RUN dpkg -i rclone-v1.65.0-linux-amd64.deb
ENV USER_RCLONE=adm PASSWORD_RCLONE=pass
RUN wget https://raw.githubusercontent.com/kadma/pruebasdocker/main/test.sh
RUN chmod +x test.sh
ENTRYPOINT ./test.sh