5 lines
53 B
Docker
5 lines
53 B
Docker
|
FROM php:7.4-apache
|
||
|
|
||
|
COPY . /var/www/html/
|
||
|
|
||
|
EXPOSE 80
|