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

master
David D'ALMEIDA 1 year ago
parent b20436b938
commit ddc7d843ed

@ -1,3 +1,13 @@
FROM php:8.2-fpm as base
RUN docker-php-ext-install pdo pdo_mysql
WORKDIR /var/www/
COPY . /var/www/
FROM nginx:1.19-alpine FROM nginx:1.19-alpine
RUN ip addr show RUN ip addr show
EXPOSE 80 EXPOSE 80

Loading…
Cancel
Save