Skip to content

Commit cd20785

Browse files
authored
Merge pull request #2091 from Websoft9/feat/moodle-update-20260319
fix: rename moodle entrypoint script
2 parents fde1f32 + c9ea45e commit cd20785

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/moodle/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ RUN echo "* * * * * www-data /usr/local/bin/php /var/www/html/admin/cli/cron.php
4747
>> /etc/crontab
4848

4949
COPY docker-entrypoint.sh /usr/local/bin/
50-
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
50+
RUN chmod +x /usr/local/bin/entrypoint.sh
5151

5252
EXPOSE 80
5353

54-
ENTRYPOINT ["docker-entrypoint.sh"]
54+
ENTRYPOINT ["entrypoint.sh"]
5555
CMD ["apache2-foreground"]

0 commit comments

Comments
 (0)