Ember time

This commit is contained in:
Torsten Raudssus 2024-02-11 01:21:09 +01:00
parent 3a2e9816e4
commit 6f0ffb7a23

View file

@ -1,4 +1,4 @@
FROM node:18-bullseye FROM node:21-bookworm
ARG SRV_UID="1000" ARG SRV_UID="1000"
ARG SRV_GID="100" ARG SRV_GID="100"
@ -16,7 +16,7 @@ RUN id $SRV_UID || useradd -s /bin/bash -d /app -u $SRV_UID -g $SRV_GID srv
COPY ./docker-entrypoint.sh /docker-entrypoint.sh COPY ./docker-entrypoint.sh /docker-entrypoint.sh
RUN npm install -g @angular/cli@16.1.4 npm@9.8.0 RUN npm install -g ember-cli@5.6.0 npm@10.4.0
USER $SRV_UID:$SRV_GID USER $SRV_UID:$SRV_GID