File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ A PHP 8.3 (FPM and Apache) based Docker base image.
99```
1010docker pull ghcr.io/ilyes512/php83:runtime-latest
1111docker pull ghcr.io/ilyes512/php83:builder-latest
12- docker pull ghcr.io/ilyes512/php83:builder-nodejs -latest
12+ docker pull ghcr.io/ilyes512/php83:builder_nodejs -latest
1313
1414docker pull ghcr.io/ilyes512/php83/apache:runtime-latest
1515docker pull ghcr.io/ilyes512/php83/apache:builder-latest
16- docker pull ghcr.io/ilyes512/php83/apache:builder-nodejs -latest
16+ docker pull ghcr.io/ilyes512/php83/apache:builder_nodejs -latest
1717```
1818
1919The tag scheme: ` {TARGET}-{VERSION} `
@@ -44,7 +44,7 @@ docker build --tag ghcr.io/ilyes512/php83:builder-latest --file fpm/Dockerfile -
4444Building ` builder_nodejs ` -target:
4545
4646```
47- docker build --tag ghcr.io/ilyes512/php83:builder-nodejs -latest --file fpm/Dockerfile --target builder_nodejs .
47+ docker build --tag ghcr.io/ilyes512/php83:builder_nodejs -latest --file fpm/Dockerfile --target builder_nodejs .
4848```
4949
5050## Task commands
You can’t perform that action at this time.
0 commit comments