+ laravel nginx config, php84
This commit is contained in:
8
src/dockerfiles/php/fpm/php84.Dockerfile
Normal file
8
src/dockerfiles/php/fpm/php84.Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
# syntax = edrevo/dockerfile-plus
|
||||
FROM php:8.4-fpm
|
||||
|
||||
INCLUDE+ ./fpm/php.base.Dockerfile
|
||||
|
||||
ARG XDEBUG_INI_PATH=/usr/local/etc/php/conf.d/xdebug.ini
|
||||
|
||||
COPY ./xdebug3.ini ${XDEBUG_INI_PATH}
|
@ -8,7 +8,7 @@ ARG PGID=1000
|
||||
|
||||
# For more infromation about set command: See https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
|
||||
# RUN set -xe
|
||||
|
||||
RUN userdel -r ubuntu
|
||||
RUN groupadd -g ${PGID} laradock && \
|
||||
useradd -u ${PUID} -g laradock -m laradock -G docker_env && \
|
||||
usermod -p "*" laradock -s /bin/bash
|
||||
|
9
src/dockerfiles/php/workspace/workspace84.Dockerfile
Normal file
9
src/dockerfiles/php/workspace/workspace84.Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
# syntax = edrevo/dockerfile-plus
|
||||
FROM laradock/workspace:latest-8.4
|
||||
|
||||
ARG PHP_VERSION=8.4
|
||||
ENV PHP_VERSION ${PHP_VERSION}
|
||||
|
||||
INCLUDE+ ./workspace/workspace.base.Dockerfile
|
||||
|
||||
INCLUDE+ ./workspace/xdebug3.Dockerfile
|
Reference in New Issue
Block a user