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

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

@ -7,3 +7,5 @@ RUN composer install
RUN a2enmod rewrite
RUN a2enmod actions
RUN service apache2 restart
EXPOSE 8080
ENTRYPOINT ["php","-S","0.0.0.0:8080","-t","./public"]
Loading…
Cancel
Save