update node container for the web app
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 56s
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:
@@ -1,5 +1,5 @@
|
|||||||
# build the application with node
|
# 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_REPORT_URL
|
||||||
ARG WEBSITE_SOURCE_URL
|
ARG WEBSITE_SOURCE_URL
|
||||||
@@ -16,7 +16,6 @@ ENV WEBSITE_API_PATH=$WEBSITE_API_PATH
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN apt install -y make sed wget
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user