Skip to content

Commit f8868b3

Browse files
authored
Merge pull request #22644 from HoussemDellai/edit-hpa-docs
Replaced ADD with COPY in Dockerfile
2 parents bf447ce + c84caa7 commit f8868b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The Dockerfile has the following content:
4747

4848
```
4949
FROM php:5-apache
50-
ADD index.php /var/www/html/index.php
50+
COPY index.php /var/www/html/index.php
5151
RUN chmod a+rx index.php
5252
```
5353

0 commit comments

Comments
 (0)