Removes accidental RUN

This commit is contained in:
Jesse Donat
2023-12-12 16:26:23 -06:00
committed by Kévin Dunglas
parent e19aa75e72
commit 6ba945091b

View File

@@ -80,7 +80,7 @@ If you don't want to use Docker, or want to build a macOS binary, use the shell
```console
git clone https://github.com/dunglas/frankenphp
cd frankenphp
RUN EMBED=/path/to/your/app \
EMBED=/path/to/your/app \
PHP_EXTENSIONS=ctype,iconv,pdo_sqlite \
./build-static.sh
```