diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2023-05-28 18:03:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 18:03:34 +0200 |
commit | 0292b2f1f3a8cba3179467bba6c6af6bd0e97453 (patch) | |
tree | 65f2b10459c6046bc74556298a90d93187e80f1e /README.md | |
parent | eeefbdf9c720790b83cc82fd981929bf4d699120 (diff) | |
download | freshrss-0292b2f1f3a8cba3179467bba6c6af6bd0e97453.tar.gz freshrss-0292b2f1f3a8cba3179467bba6c6af6bd0e97453.zip |
Improve Dev Container (#5423)
* Improve Dev Container
PHPStan was failing in Dev Container
* Update Docker to Alpine Linux 3.18
* New DATA_PATH environment variable
* README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Finally, it supports [extensions](#extensions) for further tuning. Feature requests, bug reports, and other contributions are welcome. The best way is to [open an issue on GitHub](https://github.com/FreshRSS/FreshRSS/issues). We are a friendly community. -To facilitate contributions, the following option is available: +To facilitate contributions, the [following option](.devcontainer/README.md) is available: [](https://github.com/codespaces/new?hide_repo_select=true&ref=edge&repo=6322699) |