Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-14 19:56:39 +00:00
commit 8e1151a1f0
3 changed files with 53 additions and 0 deletions

3
Dockerfile Normal file
View File

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