Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .docker/Dockerfile.php82
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
&& export NVM_DIR="/root/.nvm" \
&& . "$NVM_DIR/nvm.sh" \
&& nvm install 20 \
&& nvm alias default 20
&& nvm install 22 \
&& nvm alias default 22

COPY config/php/* /usr/local/etc/php/conf.d/
COPY scripts/* /var/www/scripts/
Expand Down
4 changes: 2 additions & 2 deletions .docker/Dockerfile.php83
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
&& export NVM_DIR="/root/.nvm" \
&& . "$NVM_DIR/nvm.sh" \
&& nvm install 20 \
&& nvm alias default 20
&& nvm install 22 \
&& nvm alias default 22

COPY config/php/* /usr/local/etc/php/conf.d/
COPY scripts/* /var/www/scripts/
Expand Down