Compare commits

..

No commits in common. "2eaa4724ce744146b50714f088aba3a77448cb76" and "79fab4526d9b5e57fe550b62a52f60de2a082193" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,7 @@ name: Build and push testing image
on:
schedule:
- cron: '15 4 * * *'
- cron: '0 1 * * *'
workflow_dispatch:
env:

View file

@ -2,7 +2,7 @@ name: Build and push dev image
on:
schedule:
- cron: '15 4 * * *'
- cron: '0 1 * * *'
workflow_dispatch:
env:

View file

@ -34,7 +34,7 @@ It is hightly based on work from [darknao](https://github.com/darknao/docker-dot
* Dotclear docker images are available at [Docker hub](https://hub.docker.com/r/jcpd/docker-dotclear) or [Github registry](https://github.com/JcDenis/docker-dotclear/pkgs/container/docker-dotclear)
* Dotclear docker sources are available at [Github repository](https://github.com/JcDenis/docker-dotclear)
* Dotclear docker helps (french) are available at [Doclear Watch Blog](https://docker.dotclear.watch)
* Dotclear docker helps (french) are available [at Doclear Watch Blog](https://docker.dotclear.watch)
### 3.1 TAGS

View file

@ -69,9 +69,8 @@ if [ "$DC_DOCKER_CANAL" == "stable" ]; then
echo >&2 "Disabling Dotclear DEBUG mode"
sed -i -e "s/ \/\/\*== DC_DEBUG ==/ \/\*== DC_DEBUG ==/g" /var/www/dotclear/app/src/Config.php
else
echo >&2 "Enabling Dotclear DEBUG mode and DEV mode"
echo >&2 "Enabling Dotclear DEBUG mode"
sed -i -e "s/ \/\*== DC_DEBUG ==/ \/\/\*== DC_DEBUG ==/g" /var/www/dotclear/app/src/Config.php
sed -i -e "s/'DC_DEV', false/'DC_DEV', true/g" /var/www/dotclear/app/src/Config.php
fi
# Various cleanup. Sorry not sorry.