fix: fixed dockerfile synthax, need to fix array fetching in the script.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user