Switching to Node 21, updating to latest docker for CI, changing GID to 1000, adding back angular-cli, more README
This commit is contained in:
parent
0aaa3d2ff3
commit
5015a35ef8
4 changed files with 31 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:20-bookworm
|
||||
FROM node:21-bookworm
|
||||
|
||||
ARG SRV_UID="1000"
|
||||
ARG SRV_GID="100"
|
||||
ARG SRV_GID="1000"
|
||||
ARG SRV_VERSION="0"
|
||||
|
||||
ENV SRV_UID $SRV_UID
|
||||
|
@ -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.6.0 npm@10.4.0
|
||||
RUN npm install -g ember-cli@5.7.0 @angular/cli@17.3.2 npm@10.4.0
|
||||
|
||||
COPY ./docker-entrypoint.sh /docker-entrypoint.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue