diff --git a/.runme/Dockerfile.runme b/.runme/Dockerfile.runme deleted file mode 100644 index 46c3e5f156d6..000000000000 --- a/.runme/Dockerfile.runme +++ /dev/null @@ -1,6 +0,0 @@ -FROM node:12.10.0 -WORKDIR /app -RUN npx @docusaurus/init@next init website classic -RUN npm install http-server -g -RUN cd website && npm run build -ENTRYPOINT http-server ./website/build/ -p 80 -a 0.0.0.0 diff --git a/.runme/config.yaml b/.runme/config.yaml deleted file mode 100644 index 7a40b926eb6e..000000000000 --- a/.runme/config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -version: 1.0 -publish: app -services: - app: - build: - type: dockerfile - config: ./.runme/Dockerfile.runme - ports: - - container: 80 - public: 80 \ No newline at end of file diff --git a/README.md b/README.md index cd848c549202..522d364381ad 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@

> **We are working hard on Docusaurus v2. If you are new to Docusaurus, try using the new version instead of v1. See the [Docusaurus v2 website](https://v2.docusaurus.io/) for more details.** -> -> You can see the clean live demo with classic theme by clicking this badge [![Runme](https://runme.io/static/button.svg)](https://runme.io/run?app_id=0dd80306-47bb-4e80-95dc-dc95eb05d3fd) ## Introduction