Merge pull request #22644 from HoussemDellai/edit-hpa-docs
Replaced ADD with COPY in Dockerfile
This commit is contained in:
@@ -47,7 +47,7 @@ The Dockerfile has the following content:
|
|||||||
|
|
||||||
```
|
```
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user