fix: show hero image in thumbnail grid on hero gallery layout
Test and Lint / backend-test (push) Successful in 1m12s
continuous-integration/drone/push Build is passing
Test and Lint / frontend-test (push) Successful in 2m16s
Version and Release / version-bump (push) Successful in 35s
Version and Release / trigger-drone (push) Successful in 3s

This commit is contained in:
2025-07-13 20:03:27 +02:00
parent 10649691de
commit f38014099e
29 changed files with 2028 additions and 18 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ services:
- ./logs:/app/logs
depends_on:
- mailhog
command: sh -c "npm install && npm run migrate && npm run dev"
command: sh -c "npm install && npm run dev"
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:3000/api/health"]
interval: 30s