diff --git a/DOCKERFILE b/DOCKERFILE index 109f8d8..51e0917 100644 --- a/DOCKERFILE +++ b/DOCKERFILE @@ -1,6 +1,6 @@ FROM debian -ENV WEBSITES=("google.com" "yahoo.com") +ENV WEBSITES='("google.com" "yahoo.com")' ENV WEBHOOK_URL="" @@ -9,7 +9,7 @@ ENV DISCORD_ID="" RUN apt update && apt install -y \ bash \ curl \ - cron \ + cron COPY ./start.sh /start.sh