Add Dockerfile
Deploy SIPANTAS / deploy (push) Has been cancelled

This commit is contained in:
2026-06-09 12:30:30 +00:00
parent 7710f0df54
commit c64cc275be
+9
View File
@@ -0,0 +1,9 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli pdo pdo_mysql
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html
EXPOSE 80