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 f89b89f commit 4667b77Copy full SHA for 4667b77
grades-docker/Dockerfile
@@ -9,6 +9,7 @@ RUN pip install git+https://github.com/TINF21CS1/python-campusnet@dev
9
10
# Add crontab
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 * * * /app/grades.sh" >> /cron
15
RUN crontab /cron
0 commit comments