From 53a39500b9fc5c9f7ba27083ec3bdf35a9b6a667 Mon Sep 17 00:00:00 2001 From: franknstayn Date: Mon, 28 Aug 2023 03:03:48 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . .