Update horizontal-pod-autoscale-walkthrough.md

This commit is contained in:
huccshen
2020-07-31 11:52:27 +08:00
committed by GitHub
parent 3c9ecfae48
commit 8306f64afd
@@ -74,7 +74,7 @@ Dockerfile 内容如下:
``` ```
FROM php:5-apache FROM php:5-apache
ADD index.php /var/www/html/index.php COPY index.php /var/www/html/index.php
RUN chmod a+rx index.php RUN chmod a+rx index.php
``` ```
<!-- <!--