Init PercoVitrine — app de gestion de fiches produits
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
FROM php:8.3-apache
|
||||
|
||||
RUN docker-php-ext-install pdo pdo_sqlite && \
|
||||
a2enmod rewrite
|
||||
|
||||
COPY . /var/www/html/
|
||||
|
||||
RUN chown -R www-data:www-data /var/www/html && \
|
||||
echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
|
||||
COPY docker/apache.conf /etc/apache2/sites-available/000-default.conf
|
||||
|
||||
VOLUME /data
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user