Update Node version, refactoring

This commit is contained in:
2023-09-12 14:05:48 +02:00
parent b051da1835
commit b286a62c8c
8 changed files with 14 additions and 13 deletions

View File

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