From 7eabff214dbda3e488b153e201eeae2207d088dd Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Thu, 26 Feb 2026 09:28:16 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4af1345..ddfe4de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM nginx:alpine [cite: 1] +FROM nginx:alpine -RUN rm -rf /usr/share/nginx/html/* +RUN rm -rf /usr/share/nginx/html/* COPY webapp/ /usr/share/nginx/html -COPY vhost.conf /etc/nginx/conf.d/default.conf +COPY vhost.conf /etc/nginx/conf.d/default.conf -EXPOSE 80 [cite: 1] +EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file