Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-14 20:14:17 +00:00
commit 41213b1703
4 changed files with 58 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM webdevops/php-nginx:8.3-alpine
ENV WEB_DOCUMENT_ROOT=/app
ENV WEB_DOCUMENT_INDEX=index.php,index.html,index.htm
COPY . /app
RUN chown -R application:application /app