Added angular cli into default setup and upgraded npm
This commit is contained in:
parent
3a5cef10ed
commit
3a2e9816e4
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ RUN id $SRV_UID || useradd -s /bin/bash -d /app -u $SRV_UID -g $SRV_GID srv
|
|||
|
||||
COPY ./docker-entrypoint.sh /docker-entrypoint.sh
|
||||
|
||||
RUN npm install -g @angular/cli@16.1.4 npm@9.8.0
|
||||
|
||||
USER $SRV_UID:$SRV_GID
|
||||
|
||||
ENV PATH "/app/node_modules/.bin:$PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue