forked from Gitlink/gitlink_help_center
Update Dockerfile
This commit is contained in:
parent
c119b10105
commit
3ce0cbb335
|
@ -6,6 +6,7 @@ WORKDIR /gitlink_help_center
|
|||
COPY ./ /gitlink_help_center/
|
||||
|
||||
RUN yarn install
|
||||
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "run", "serve"]
|
Loading…
Reference in New Issue