dockerfile php

PHOTO EMBED

Mon Mar 27 2023 09:13:54 GMT+0000 (Coordinated Universal Time)

Saved by @amirabbas8643 #docker #php

FROM php:8.1-fpm

RUN apt-get update

COPY . /app
RUN ls -l
RUN php -v
CMD php /app/index.php




















content_copyCOPY