Skip to content

Commit e7aac4c

Browse files
committed
Simplify COPY --from usage example
1 parent 39dc87b commit e7aac4c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/usage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ sudo curl -L --output /usr/local/bin/pie https://github.com/php/pie/releases/lat
3131

3232
### Docker installation
3333

34-
PIE is published as binary-only Docker image, so you can install it easily during build:
34+
PIE is published as binary-only Docker image, so you can install it easily during your Docker build:
3535

3636
```Dockerfile
37-
FROM php:8
38-
3937
COPY --form=ghcr.io/php/pie:latest /pie /usr/bin/pie
4038
```
4139

0 commit comments

Comments
 (0)