update node container for the web app
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 56s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-07-24 17:09:37 +03:00
parent 8a084c4e95
commit 8adbc9d354

View File

@@ -1,5 +1,5 @@
# build the application with node
FROM node:23.11.1 AS build
FROM node:24.4.1 AS build
ARG WEBSITE_REPORT_URL
ARG WEBSITE_SOURCE_URL
@@ -16,7 +16,6 @@ ENV WEBSITE_API_PATH=$WEBSITE_API_PATH
WORKDIR /app
COPY . /app
RUN apt install -y make sed wget
RUN npm install
RUN make