php8.4
This commit is contained in:
10
php-8.4-fpm-dev.Dockerfile
Normal file
10
php-8.4-fpm-dev.Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG BASE=""
|
||||
|
||||
FROM $BASE
|
||||
|
||||
RUN apt-get update && apt-get install -y nodejs && rm -rf /var/cache/apt/*
|
||||
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
|
||||
RUN composer self-update
|
||||
|
||||
WORKDIR /var/www/html/
|
||||
VOLUME /var/www/html/
|
||||
Reference in New Issue
Block a user