Skip to content

Commit 61e4a07

Browse files
committed
Fix typo
1 parent 60ffe59 commit 61e4a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sudo curl -L --output /usr/local/bin/pie https://github.com/php/pie/releases/lat
3434
PIE is published as binary-only Docker image, so you can install it easily during your Docker build:
3535

3636
```Dockerfile
37-
COPY --form=ghcr.io/php/pie:latest /pie /usr/bin/pie
37+
COPY --from=ghcr.io/php/pie:latest /pie /usr/bin/pie
3838
```
3939

4040
Instead of `latest` you can also use explicit versions like `x.y.z`, `x.y` or `x`, depending on stability level you want to achieve.

0 commit comments

Comments
 (0)