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