FROM php:7.4.33-apache
[
RUN docker-php-ext-install mysqli
RUN a2enmod rewrite
RUN a2enmod ssl
]
This is demo docker image for building frond-end application.
When application is connecting to correct mysql DB, it can be used for different of IoT project as Heartbeat system control