Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e10c2c2d74
commit
df4f1dd09a
@ -1,5 +1,5 @@
|
|||||||
FROM php:8.2-cli
|
FROM php:8.0
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
COPY . /usr/src/myapp
|
COPY . /usr/src/myapp
|
||||||
WORKDIR /usr/src/myapp
|
WORKDIR /var/www/html
|
||||||
CMD [ "php", "./index.php" ]
|
CMD [ "apache2-foreground" ]
|
||||||
|
Loading…
Reference in new issue