Ember time
This commit is contained in:
parent
3a2e9816e4
commit
6f0ffb7a23
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue