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

testDockerToto
Thomas CHAZOT 2 years ago
parent 98a54fe068
commit 21478a6569

@ -1,6 +1,6 @@
FROM php:8.0-apache
RUN apt update && apt install php8.0-mysql
RUN apt update && apt install mysql-server -y
COPY api-rest/start-apache /usr/local/bin
RUN chmod 755 /usr/local/bin/start-apache

Loading…
Cancel
Save