Skip to content

Commit fa64198

Browse files
authored
docs: simplify docker run command (#1168)
1 parent a441e22 commit fa64198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FrankenPHP can also be used as a standalone Go library to embed PHP in any app u
1919
### Docker
2020

2121
```console
22-
docker run -v $PWD:/app/public \
22+
docker run -v .:/app/public \
2323
-p 80:80 -p 443:443 -p 443:443/udp \
2424
dunglas/frankenphp
2525
```

0 commit comments

Comments
 (0)