From e736a8d16e457b56df1be41cb7c406103880534f Mon Sep 17 00:00:00 2001 From: butschster Date: Mon, 4 Dec 2023 19:47:12 +0400 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cf84d9..431a103 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN docker-php-ext-install \ bcmath \ sockets -RUN apk add --no-cache +RUN apk add --no-cache nginx COPY ./nginx/nginx.conf /etc/nginx/nginx.conf RUN [ -d /etc/nginx/conf.d ] || mkdir /etc/nginx/conf.d COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf