forked from Gitlink/gitlink_help_center
Update Dockerfile
This commit is contained in:
parent
790974a7b9
commit
30d8ca2802
|
@ -1,7 +1,9 @@
|
|||
FROM node:18-alpine
|
||||
|
||||
LABEL maintainer="zhanglinhao <1260788704@qq.com>"
|
||||
WORKDIR /gitlink_help_center
|
||||
COPY ./ /gitlink_help_center/
|
||||
|
||||
RUN yarn install
|
||||
RUN npm run build -- --locale zh-cn
|
||||
CMD ["npm", "run", "serve"]
|
Loading…
Reference in New Issue