mirror of https://gitee.com/answerdev/answer.git
update docker file
This commit is contained in:
parent
aa60c02b5f
commit
8a5e386dd7
|
@ -1,9 +1,11 @@
|
|||
FROM amd64/node AS node-builder
|
||||
# FROM amd64/node AS node-builder
|
||||
FROM amd64/node:18 AS node-builder
|
||||
|
||||
LABEL maintainer="mingcheng<mc@sf.com>"
|
||||
|
||||
COPY . /answer
|
||||
WORKDIR /answer
|
||||
RUN node -v
|
||||
RUN make install-ui-packages ui && mv ui/build /tmp
|
||||
|
||||
# stage2 build the main binary within static resource
|
||||
|
|
Loading…
Reference in New Issue