Update 'api-rest/Dockerfile'
continuous-integration/drone/push Build is failing Details

testDockerToto
Lilian BRETON 2 years ago
parent 65838185a8
commit ae9ab7061a

@ -7,8 +7,8 @@ RUN chmod 755 /usr/local/bin/start-apache
ADD api-rest /var/www/html/ ADD api-rest /var/www/html/
RUN chown -R www-data:www-data /var/www/html RUN chown -R www-data:www-data /var/www/html
RUN apt-get update && apt-get upgrade FROM phpmyadmin:latest
RUN apt install phpmyadmin
RUN hostnamectl RUN phpmyadmin -version
#CMD ["start-apache"] #CMD ["start-apache"]

Loading…
Cancel
Save