Update Dockerfile
This commit is contained in:
parent
3ce0cbb335
commit
ee03369f5f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue