Skip to content

Commit c9ea45e

Browse files
committed
fix: rename moodle entrypoint script
1 parent e1a4cbb commit c9ea45e

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)