From 19ccbb0fb088e2ea1c822808b4a13c5e20f126d6 Mon Sep 17 00:00:00 2001 From: franknstayn Date: Mon, 28 Aug 2023 04:26:03 +0800 Subject: [PATCH] uppdated --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 16bc28a..283b212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ WORKDIR /var/www/html COPY default.conf /etc/nginx/conf.d/default.conf COPY entrypoint.sh /etc/entrypoint.sh RUN chmod +x /etc/entrypoint.sh +RUN mkdir -p /run/nginx # Copy the Laravel application files to the container COPY . .