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

master
Nicolas BLONDEAU 1 year ago
parent ba3f23a72b
commit c94d75e323

@ -2,3 +2,4 @@ FROM php:8.0-apache as base
COPY . /var/www/html/ COPY . /var/www/html/
WORKDIR /var/www/html/ WORKDIR /var/www/html/
EXPOSE 80 EXPOSE 80
EXPOSE 443
Loading…
Cancel
Save