eazzy提交docker文件

This commit is contained in:
eazzy 2024-05-23 21:09:41 +08:00
parent e593b89533
commit 4f58fa6d92
1 changed files with 10 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM node:18-alpine
LABEL maintainer="RisingEazzy <1044745821@qq.com>"
WORKDIR /gitlink_help_center
COPY ./ /gitlink_help_center/
RUN yarn install
RUN npm run build -- --locale zh-cn
CMD ["npm", "run", "serve"]