diff --git a/onedrive/cron/Dockerfile b/onedrive/cron/Dockerfile index f8bb298..76019b4 100644 --- a/onedrive/cron/Dockerfile +++ b/onedrive/cron/Dockerfile @@ -14,7 +14,7 @@ ENV TOKEN="token" ENV PASSWORD_WEB="pass" -ENV SUPERCOMANDO='curl -X POST -H "Content-Type: application/json" -d ''{"password":$PASSWORD_WEB ,"refresh_token":$TOKEN}'' "$IP_PING"' +ENV SUPERCOMANDO='curl -X POST -H "Content-Type: application/json" -d '{"password": "$PASSWORD_WEB" ,"refresh_token": "$TOKEN"}' "$IP_PING"' RUN chmod +x run.sh