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

testDockerToto
Thomas CHAZOT 2 years ago
parent 9eea89ce4a
commit dc10b1c092

@ -7,8 +7,7 @@ RUN chmod 755 /usr/local/bin/start-apache
ADD api-rest /var/www/html/
RUN chown -R www-data:www-data /var/www/html
RUN add-apt-repository universe
RUN apt-get update && apt-get upgrade
RUN apt install phpmyadmin
RUN apt install wget -y
CMD ["start-apache"]

Loading…
Cancel
Save