This commit is contained in:
2026-02-06 13:15:10 +01:00
parent aa30e33805
commit 73968dfbd6
11 changed files with 354 additions and 260 deletions

View File

@@ -1,9 +1,9 @@
FROM nginx:alpine
FROM webdevops/php-nginx:8.2-alpine
RUN rm -rf /usr/share/nginx/html/*
ENV WEB_DOCUMENT_ROOT=/app
COPY ["Profice WebSite/", "/usr/share/nginx/html/"]
COPY ["Profice WebSite/", "/app/"]
RUN chmod -R 755 /usr/share/nginx/html/
RUN chown -R application:application /app
EXPOSE 80