Skip to content

Commit 16d0f8c

Browse files
authored
Merge pull request #2092 from Websoft9/dev
Feat: Moodle
2 parents 7bfe56d + cd20785 commit 16d0f8c

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)