1
0
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:
Hadrien RENAUD
2019-09-08 16:04:31 +02:00
parent 5771a15a32
commit f4fd072c0f
2 changed files with 40 additions and 0 deletions

8
Dockerfile Normal file
View 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/