4 lines
49 B
Docker
4 lines
49 B
Docker
|
FROM php:8.2-apache
|
||
|
|
||
|
COPY public/ /var/www/html/
|