Skip to content

Commit 4667b77

Browse files
committed
fix permission issue with grades.sh
1 parent f89b89f commit 4667b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grades-docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN pip install git+https://github.com/TINF21CS1/python-campusnet@dev
99

1010
# Add crontab
1111
COPY grades.sh /app/grades.sh
12+
RUN chmod 777 /app/grades.sh; chmod +x /app/grades.sh
1213
RUN crontab -l /cron
1314
RUN echo "0 7-23 * * * /app/grades.sh" >> /cron
1415
RUN crontab /cron

0 commit comments

Comments
 (0)