Skip to content

Commit 3e97d64

Browse files
authored
Merge pull request #2094 from Websoft9/dev
Feat: Moodle\WordPress\WordPress
2 parents 16d0f8c + 5d6258a commit 3e97d64

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)