fix: fixed dockerfile synthax, need to fix array fetching in the script.

This commit is contained in:
Leonard Excoffier
2024-09-04 22:14:06 -04:00
parent f0477ec9c4
commit edca20c7ac

View File

@@ -1,6 +1,6 @@
FROM debian FROM debian
ENV WEBSITES=("google.com" "yahoo.com") ENV WEBSITES='("google.com" "yahoo.com")'
ENV WEBHOOK_URL="" ENV WEBHOOK_URL=""
@@ -9,7 +9,7 @@ ENV DISCORD_ID=""
RUN apt update && apt install -y \ RUN apt update && apt install -y \
bash \ bash \
curl \ curl \
cron \ cron
COPY ./start.sh /start.sh COPY ./start.sh /start.sh