+ laravel nginx config, php84

This commit is contained in:
WP Studio
2025-09-18 17:53:09 +03:00
parent 4c410fa89f
commit 0f3d560489
12 changed files with 98 additions and 3 deletions

View File

@ -0,0 +1,7 @@
# syntax = edrevo/dockerfile-plus
FROM dimti/php:8.4
ARG PHP_VERSION=8.4
ENV PHP_VERSION ${PHP_VERSION}
INCLUDE+ ./php.base.Dockerfile

View File

@ -0,0 +1,7 @@
# syntax = edrevo/dockerfile-plus
FROM dimti/workspace:8.4
ARG PHP_VERSION=8.4
ENV PHP_VERSION ${PHP_VERSION}
INCLUDE+ ./workspace.base.Dockerfile