fix dockerfile by adding required build programs
Some checks failed
Build the docker image for the frontend application / build (push) Failing after 10s
Some checks failed
Build the docker image for the frontend application / build (push) Failing after 10s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
9a72d3f95d
commit
a67bd74ced
@ -31,7 +31,9 @@ ENV WEBSITE_DOC_URL=$WEBSITE_DOC_URL
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN npm install && npm run build
|
||||
RUN apk add make sed wget
|
||||
RUN npm install
|
||||
RUN make
|
||||
|
||||
# run it with bun (a lot faster)
|
||||
FROM oven/bun:latest AS main
|
||||
|
Loading…
x
Reference in New Issue
Block a user