diff --git a/Dockerfile b/Dockerfile index a41787a..f71e511 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update -y && apt-get install -y jq $SRV_APT_GET_INSTALL \ RUN id $SRV_UID || useradd -s /bin/bash -d /app -u $SRV_UID -g $SRV_GID srv -RUN npm install -g ember-cli@5.10.0 @angular/cli@18.1.2 npm@10.8.2 +RUN npm install -g npm@10.8.2 COPY ./docker-entrypoint.sh /docker-entrypoint.sh