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

master
Dorian HODIN 6 months ago
parent 0783570a35
commit a4b956654d

@ -7,5 +7,4 @@ 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"]
ENTRYPOINT ["php","-S","0.0.0.0:80","-t","./public"]
Loading…
Cancel
Save