diff --git a/Dockerfile b/Dockerfile index 7421751..75cb86b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk --update --no-cache add \ WORKDIR /var/www/html # Copy Nginx config -COPY nginx/default.conf /etc/nginx/conf.d/default.conf +COPY default.conf /etc/nginx/conf.d/default.conf # Copy the Laravel application files to the container COPY . .