mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
docs: remove runme (#3630)
* feat: remove runme resolve https://github.com/facebook/docusaurus/issues/3629 * feat: remove .runme folder
This commit is contained in:
parent
e9a3794058
commit
37acb88314
3 changed files with 0 additions and 18 deletions
|
@ -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
|
|
@ -1,10 +0,0 @@
|
|||
version: 1.0
|
||||
publish: app
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
type: dockerfile
|
||||
config: ./.runme/Dockerfile.runme
|
||||
ports:
|
||||
- container: 80
|
||||
public: 80
|
|
@ -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 [](https://runme.io/run?app_id=0dd80306-47bb-4e80-95dc-dc95eb05d3fd)
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue