Update Dockerfile

This commit is contained in:
2026-02-06 13:21:16 +00:00
parent f562b3749a
commit 02b9a31ff3

View File

@@ -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 \