diff --git a/Dockerfile b/Dockerfile index 3909815..7394ee9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ RUN ln -fs /usr/share/zoneinfo/America/Rio_Branco /etc/localtime && \ curl -s https://deb.nodesource.com/setup_16.x | bash && \ apt-get update && \ apt install nodejs -y && \ + npm install -g npm && \ apt-get install -y msodbcsql18 && \ apt-get install -y unixodbc-dev && \ pecl install sqlsrv && \ diff --git a/README.md b/README.md index b8f81a1..928f6e5 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ 8.2.4 #### NODE Version - 16.x + 16.19.1 + +### NPM Version + 9.6.3 #### PHP Extensions php8.2-fpm