mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-24 13:48:47 +02:00
🐳 Add docker configuration
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM php:7.3-apache as plateforme-builder
|
||||
|
||||
RUN a2enmod rewrite
|
||||
|
||||
RUN docker-php-ext-install pdo_mysql \
|
||||
&& docker-php-ext-enable pdo_mysql
|
||||
|
||||
COPY . /var/www/html/
|
Reference in New Issue
Block a user