mirror of
https://github.com/rekywhyd/gis_tugas.git
synced 2026-07-10 03:43:08 +00:00
first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM php:8.2-apache
|
||||
|
||||
# Install mysqli extension
|
||||
RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
|
||||
|
||||
# Copy application files to the web server root
|
||||
COPY . /var/www/html/
|
||||
|
||||
# Expose web port
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user