Update Dockerfile

This commit is contained in:
DealingNoMore 2024-05-28 15:01:31 +08:00
parent 790974a7b9
commit 30d8ca2802
1 changed files with 2 additions and 0 deletions

View File

@ -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"]