From 02b9a31ff35ae4222c3b1a2445329e4145a85207 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Fri, 6 Feb 2026 13:21:16 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index fb94b0f..84731eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,10 @@ + FROM webdevops/php-nginx:8.2-alpine ENV WEB_DOCUMENT_ROOT=/app +RUN rm -rf /app/* + COPY ["Profice WebSite/", "/app/"] RUN chown -R application:application /app \