Skip to content

Commit 8306f64

Browse files
authored
Update horizontal-pod-autoscale-walkthrough.md
1 parent 3c9ecfa commit 8306f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Dockerfile 内容如下:
7474

7575
```
7676
FROM php:5-apache
77-
ADD index.php /var/www/html/index.php
77+
COPY index.php /var/www/html/index.php
7878
RUN chmod a+rx index.php
7979
```
8080
<!--

0 commit comments

Comments
 (0)