use the correct package manager
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 36s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-04-07 06:04:34 +03:00
parent a67bd74ced
commit b312e40204
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -31,7 +31,7 @@ ENV WEBSITE_DOC_URL=$WEBSITE_DOC_URL
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
RUN apk add make sed wget RUN apt install -y make sed wget
RUN npm install RUN npm install
RUN make RUN make