Change to a new JS preprocessor, change from MySQL to MariaDB and fix polling

This commit is contained in:
Jyri-Petteri Paloposki 2025-06-29 21:27:27 +03:00
parent d51432d09b
commit 36b47125ef
7 changed files with 19 additions and 22 deletions

View file

@ -9,5 +9,5 @@ if [ -e $SCRIPTPATH/../.use-docker -a ! -e /etc/app-env ];
then
$SCRIPTPATH/../script/docker-environment $0 "$@"
else
$SCRIPTPATH/run-rake "$@"
bundle exec rake "$@"
fi