Update Dockerfile

This commit is contained in:
DealingNoMore 2024-05-30 20:53:17 +08:00
parent 3ce0cbb335
commit ee03369f5f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ LABEL maintainer="zhanglinhao <1260788704@qq.com>"
WORKDIR /gitlink_help_center
COPY ./ /gitlink_help_center/
RUN yarn install
RUN npm install
RUN npm run build