ifms-faltas/Dockerfile
2023-04-18 08:55:52 -04:00

5 lines
74 B
Docker

FROM php:7-apache
RUN docker-php-ext-install mysqli
COPY . /var/www/html