doc: added some comment

This commit is contained in:
Leonard Excoffier
2024-09-07 17:36:40 -04:00
parent e957e2c610
commit 57db318604
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.env .env
.vscode .vscode

View File

@@ -20,8 +20,10 @@ RUN apt update && \
vim \ vim \
cron cron
# Copy files
COPY isalive.sh . COPY isalive.sh .
COPY cron.conf . COPY cron.conf .
COPY start.sh . COPY start.sh .
# Start script
CMD ["./start.sh"] CMD ["./start.sh"]

View File

@@ -1 +1,2 @@
# Run the script every 5 minutes
*/5 * * * * bash /downdetector/isalivescript.sh */5 * * * * bash /downdetector/isalivescript.sh