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

testDocker
Lilian BRETON 2 years ago
parent efec9c71f1
commit b3719e5d0b

@ -2,6 +2,10 @@
# https://hub.docker.com/_/php
FROM php:8.0-apache
#Il faudra ajouter les PDO de notre BDD parce que php-apache ne les implémente pas
# Configure PHP for Cloud Run.
# Precompile PHP code with opcache.
RUN docker-php-ext-install -j "$(nproc)" opcache

Loading…
Cancel
Save