Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is passing Details

master
Dorian HODIN 11 months ago
parent 9b92484a69
commit 0783570a35

@ -6,4 +6,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN composer install
RUN a2enmod rewrite
RUN a2enmod actions
RUN service apache2 restart
RUN service apache2 restart
EXPOSE 8080
ENTRYPOINT ["php","-S","0.0.0.0:8080","-t","./public"]
Loading…
Cancel
Save