We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e916fe3 commit 84843bbCopy full SHA for 84843bb
.github/workflows/cron.yml
@@ -3,6 +3,7 @@ name: Scheduled Build
3
on:
4
schedule:
5
- cron: '46 18 * * *'
6
+ workflow_dispatch:
7
8
env:
9
PUID: '1000'
Dockerfile
@@ -61,7 +61,7 @@ RUN \
61
echo "$TARGET" > /var/www/html/Lychee/docker_target && \
62
cd /var/www/html/Lychee && \
63
echo "Last release: $(cat version.md)" && \
64
- composer install --no-dev --prefer-dist && \
+ composer install --prefer-dist && \
65
find . -wholename '*/[Tt]ests/*' -delete && \
66
find . -wholename '*/[Tt]est/*' -delete && \
67
rm -r storage/framework/cache/data/* 2> /dev/null || true && \
0 commit comments