Skip to content

Commit ad8d774

Browse files
authored
Fix copying php files in Dockerfile
1 parent 27eb553 commit ad8d774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM php:8.2-fpm as php-fpm
22
WORKDIR /var/www/html
33

4-
COPY ./ ./
4+
COPY ./www/html/ ./
55

66
FROM nginx:1.25 as nginx
77
COPY ./nginx.conf /etc/nginx/nginx.conf
88

9-
FROM mysql:8.0 as mysql
9+
FROM mysql:8.0 as mysql

0 commit comments

Comments
 (0)