From 14a38dfd50033b261a254932b5d9e1b17fee032c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B0=D0=BB=D1=82=D0=BE=D0=B1=D0=B8=D0=BD=20=D0=95?= =?UTF-8?q?=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Mon, 20 Jan 2025 09:51:39 +0300 Subject: [PATCH] fix --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d0f482..2251fe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM nginx:1.26.2-alpine-slim -RUN apk --update --no-cache add nginx-mod-http-headers-more - COPY config/nginx.conf.template /etc/nginx/templates/ COPY ./html/ /usr/share/nginx/html/