Skip to content

Commit 8a9b8c8

Browse files
Pieter Egginkmaxhelias
authored andcommitted
fix: multistage alias from lower to uppercase
1 parent 2862462 commit 8a9b8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/xdebug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ it's recommended to add a custom stage to the end of the `Dockerfile`.
1010

1111
```Dockerfile
1212
# Dockerfile
13-
FROM symfony_php as symfony_php_debug
13+
FROM symfony_php AS symfony_php_debug
1414

1515
ARG XDEBUG_VERSION=3.0.4
1616
RUN set -eux; \

0 commit comments

Comments
 (0)