Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-14 20:25:12 +00:00
commit 3fdff7137c
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
COPY . /app
RUN echo "index index.php index.html index.htm;" > /opt/docker/etc/nginx/vhost.common.d/01-index.conf \
&& chown -R application:application /app