7 lines
79 B
Docker
7 lines
79 B
Docker
FROM php:8-apache
|
|
|
|
EXPOSE 80
|
|
|
|
COPY --chown=www-data:www-data . /var/www/html/
|
|
|