use the correct package manager
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 36s
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:
parent
a67bd74ced
commit
b312e40204
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user