Skip to content

Commit

Permalink
Upgrade npm to latest version in ui Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Nov 26, 2024
1 parent 4671e6e commit eb1f3f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/DockerfileDev
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM node:22-alpine as build
FROM node:22-alpine AS build

ENV NODE_ENV=development

RUN apk add --no-cache git bash
RUN apk add --no-cache git bash \
&& npm update -g npm

WORKDIR /app/ui
COPY . .
Expand Down

0 comments on commit eb1f3f2

Please sign in to comment.