Update fly.toml, .woodpecker.yml, and Dockerfile for deployment improvements

- Increased health check grace period in `fly.toml` to 30s.
- Added `dist` directory to cache mounts in `.woodpecker.yml`.
- Fixed file copy path in `Dockerfile` for accurate builds.
This commit is contained in:
2025-08-02 12:57:16 +02:00
committed by Kenzo
parent 74a8e7b393
commit c498b19afb
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -23,4 +23,5 @@ branches:
cache:
mount:
- node_modules
- .npm
- .npm
- dist