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

View File

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

View File

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