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