5 lines
72 B
Docker
5 lines
72 B
Docker
FROM php:8.1-apache
|
|
|
|
RUN apt update && apt upgrade
|
|
|
|
COPY . /var/www/html |