Update Dockerfile

This commit is contained in:
DealingNoMore 2024-05-30 20:42:59 +08:00
parent 9558e8804b
commit d232a7525d
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ WORKDIR /gitlink_help_center
COPY ./ /gitlink_help_center/
RUN yarn install
RUN npm run build -- --locale zh-cn
RUN npm run build
CMD ["npm", "run", "serve"]