Skip to content

Commit 84843bb

Browse files
committed
Fix devtools image. Add workflow_dispatch trigger to cron build
1 parent e916fe3 commit 84843bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Scheduled Build
33
on:
44
schedule:
55
- cron: '46 18 * * *'
6+
workflow_dispatch:
67

78
env:
89
PUID: '1000'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN \
6161
echo "$TARGET" > /var/www/html/Lychee/docker_target && \
6262
cd /var/www/html/Lychee && \
6363
echo "Last release: $(cat version.md)" && \
64-
composer install --no-dev --prefer-dist && \
64+
composer install --prefer-dist && \
6565
find . -wholename '*/[Tt]ests/*' -delete && \
6666
find . -wholename '*/[Tt]est/*' -delete && \
6767
rm -r storage/framework/cache/data/* 2> /dev/null || true && \

0 commit comments

Comments
 (0)