vb: update nodejs in local build
This commit is contained in:
parent
51e1f699ad
commit
4aab38eb77
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
FROM r.batts.cloud/nodejs:18 AS frontend-builder
|
FROM r.batts.cloud/nodejs:22 AS frontend-builder
|
||||||
|
|
||||||
COPY ./maubot/management/frontend /frontend
|
COPY ./maubot/management/frontend /frontend
|
||||||
RUN cd /frontend && yarn --prod && yarn build
|
RUN cd /frontend && yarn --prod && yarn build
|
||||||
|
|
||||||
#FROM alpine:3.18
|
|
||||||
FROM r.batts.cloud/debian:bookworm
|
FROM r.batts.cloud/debian:bookworm
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue