Update Dockerfile

This commit is contained in:
DealingNoMore 2024-05-30 21:07:00 +08:00
parent bcdd1c41bb
commit 3f27d0bb65
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ LABEL maintainer="zhanglinhao <1260788704@qq.com>"
WORKDIR /gitlink_help_center
COPY ./ /gitlink_help_center/
RUN yarn install
RUN npm run build
CMD ["npm", "run", "serve"]