6 lines
83 B
Docker
6 lines
83 B
Docker
FROM php:7.2-apache
|
|
|
|
COPY . /var/www/html
|
|
RUN rm /var/www/html/README.md
|
|
EXPOSE 80
|