Skip to content

Commit d246648

Browse files
committed
Fix readme and Dockerfile example
1 parent f26c4b3 commit d246648

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)
1515
![Symfony](https://img.shields.io/badge/symfony-%23000000.svg?style=for-the-badge&logo=symfony&logoColor=white)
1616

17-
A Symfony Bundle providing a Runtime for ReactPHP, a PSR-17 Kernel and a Router to serve assets.
17+
A Symfony Bundle providing a Runtime for [ReactPHP](https://github.com/reactphp/reactphp), a PSR-17 Kernel and a Router to serve assets.
18+
19+
Turn any Symfony project into a "self-serving" application, no traditional webserver required.
1820

1921
### Installation
2022

2123
```bash
22-
composer require zolex/react-bundleF
24+
composer require zolex/reactphp-bundle
2325
```
2426

2527
### Configuration
@@ -65,3 +67,5 @@ zolex_react_php:
6567
```bash
6668
APP_RUNTIME="Zolex\\ReactPhpBundle\\Runtime\\ReactPhpRuntime" php public/index.php
6769
```
70+
71+
For a very basic docker example, check the [Dockerfile](./docs/Dockerfile) in the docs folder.

docs/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
55
file \
66
gettext \
77
git \
8-
libpq-dev \
98
libicu-dev \
109
libzip-dev \
1110
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)