Files
stuck-web/Dockerfile

5 lines
83 B
Docker

FROM php:8.1-apache
RUN apt-get update && apt-get -y upgrade
COPY . /var/www/html