initial webgis spbu

This commit is contained in:
2026-06-11 14:02:22 +07:00
commit 47fb12d57b
7 changed files with 1203 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli
COPY . /var/www/html/
EXPOSE 80