chore: improve wording (#4545)

This commit is contained in:
Florian Forster
2022-10-27 18:16:04 +02:00
committed by GitHub
parent b45e5b0adc
commit 8f694accce
3 changed files with 74 additions and 38 deletions

11
docs/docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3'
services:
docusaurus:
image: node:lts-alpine3.15
working_dir: /app
volumes:
- ./:/app
ports:
- 3000:3000
command: sh -c "yarn install && yarn start --host 0.0.0.0"