feat: added isalivescript with variables.

This commit is contained in:
Leonard Excoffier
2024-09-04 17:04:55 -04:00
parent 384e83259e
commit f0477ec9c4
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
FROM debian
ENV WEBSITES=("google.com" "yahoo.com")
ENV WEBHOOK_URL=""
ENV DISCORD_ID=""
RUN apt update && apt install -y \
bash \
curl \
cron \
COPY ./start.sh /start.sh
CMD ["/start.sh"]