We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60865bd commit b7acf41Copy full SHA for b7acf41
grades-docker/Dockerfile
@@ -11,7 +11,7 @@ RUN pip install git+https://github.com/TINF21CS1/python-campusnet@dev
11
COPY grades.sh /app/grades.sh
12
RUN chmod 777 /app/grades.sh; chmod +x /app/grades.sh
13
RUN crontab -l /cron
14
-RUN echo "0 7-23 * * * /bin/sh /app/grades.sh" >> /cron
+RUN echo "0 7-23 * * * /bin/sh /app/grades.sh\n0/5 * * * * ping -c 4 www.google.com" >> /cron
15
RUN crontab /cron
16
RUN rm /cron
17
0 commit comments