✨ feat(artemis/esyweb): Ajoute la gestion des tutoriels ESY-WEB
Crée une page pour lister et gérer les tutoriels ESY-WEB dans Artemis. Ajoute un formulaire pour créer de nouveaux tutoriels. Gère l'upload de fichiers mp4 pour les tutoriels.
This commit is contained in:
@@ -67,6 +67,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git \
|
||||
&& apt-get autoremove -y build-essential git \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
COPY ./docker/php/custom.ini /usr/local/etc/php/conf.d/custom.ini
|
||||
|
||||
RUN echo "zend_extension=xdebug" > /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
|
||||
RUN echo "xdebug.mode=develop,debug" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
|
||||
|
||||
2
docker/php/custom.ini
Normal file
2
docker/php/custom.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
upload_max_filesize=128M
|
||||
post_max_size=128M
|
||||
Reference in New Issue
Block a user