We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eb553 commit ad8d774Copy full SHA for ad8d774
Dockerfile
@@ -1,9 +1,9 @@
1
FROM php:8.2-fpm as php-fpm
2
WORKDIR /var/www/html
3
4
-COPY ./ ./
+COPY ./www/html/ ./
5
6
FROM nginx:1.25 as nginx
7
COPY ./nginx.conf /etc/nginx/nginx.conf
8
9
-FROM mysql:8.0 as mysql
+FROM mysql:8.0 as mysql
0 commit comments