Update Dockerfile

This commit is contained in:
DealingNoMore 2024-05-30 21:04:23 +08:00
parent 3d8cdd1481
commit b9841619be
1 changed files with 0 additions and 3 deletions

View File

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