Merge 8.1

This commit is contained in:
2022-12-04 20:19:24 +02:00
6 changed files with 46 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ FROM php:8.2.0RC5-fpm
ARG WORKDIR=/var/www/html
ENV DOCUMENT_ROOT=${WORKDIR}
ENV LARAVEL_PROCS_NUMBER=1
ENV NODE_VERSION=16.x
ENV NODE_VERSION=17.x
# Install system dependencies
RUN apt-get update && apt-get install -y \
git \