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