Skip to content

Commit 5d6258a

Browse files
authored
Merge pull request #2093 from Websoft9/feat/moodle-update-20260319
fix: update moodle Dockerfile
2 parents cd20785 + 41f5488 commit 5d6258a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/moodle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN curl ${CURL_PROXY:+--proxy "$CURL_PROXY"} -fsSL -o /tmp/moodle.zip \
4646
RUN echo "* * * * * www-data /usr/local/bin/php /var/www/html/admin/cli/cron.php >/dev/null 2>&1" \
4747
>> /etc/crontab
4848

49-
COPY docker-entrypoint.sh /usr/local/bin/
49+
COPY entrypoint.sh /usr/local/bin/
5050
RUN chmod +x /usr/local/bin/entrypoint.sh
5151

5252
EXPOSE 80

0 commit comments

Comments
 (0)