4 lines
38 B
Docker
4 lines
38 B
Docker
|
FROM php:apache
|
||
|
|
||
|
COPY . /var/www/html
|