Skip to content

Commit

Permalink
Update heartbeat mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Lannro committed Dec 3, 2024
1 parent 3b3939f commit ef89677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
COPY custom-php.ini $PHP_INI_DIR/conf.d/

RUN mkdir -p /var/www/html/admin/tool/heartbeat \
&& curl -L https://github.com/catalyst/moodle-tool_heartbeat/tarball/master | tar zx --strip-components=1 -C /var/www/html/admin/tool/heartbeat
&& curl -L https://github.com/catalyst/moodle-tool_heartbeat/tarball/MOODLE_39_STABLE | tar zx --strip-components=1 -C /var/www/html/admin/tool/heartbeat

VOLUME /moodledata
EXPOSE 80
Expand Down

0 comments on commit ef89677

Please sign in to comment.