Update Dockerfile

This commit is contained in:
DealingNoMore 2024-05-30 20:44:15 +08:00
parent d232a7525d
commit c119b10105
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ COPY ./ /gitlink_help_center/
RUN yarn install
RUN npm run build
CMD ["npm", "run", "serve"]