Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-14 20:04:03 +00:00
commit 73f5f1246d
4 changed files with 57 additions and 0 deletions

4
Dockerfile Normal file
View File

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