Change image

This commit is contained in:
Pierre HUBERT 2024-09-25 16:42:18 +02:00
parent f94374d7f3
commit 1683ce2fde

View File

@ -1,5 +1,3 @@
FROM php:alpine3.19 FROM php:8-apache-bullseye
COPY src /src COPY src /var/www/html
WORKDIR /src
EXPOSE 80 EXPOSE 80
CMD ["php", "-S", "0.0.0.0:80"]