docs: remove runme (#3630)

* feat: remove runme

resolve https://github.com/facebook/docusaurus/issues/3629

* feat: remove .runme folder
This commit is contained in:
琚致远 2020-10-23 23:35:55 +08:00 committed by GitHub
parent e9a3794058
commit 37acb88314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -1,10 +0,0 @@
version: 1.0
publish: app
services:
app:
build:
type: dockerfile
config: ./.runme/Dockerfile.runme
ports:
- container: 80
public: 80

View file

@ -19,8 +19,6 @@
</p>
> **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