From c293711b4393f9b05f179076570c1b4f7e293681 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 15 Jan 2021 18:34:40 +0000 Subject: [PATCH] Deploy website Deploy website version based on 13bfe8dbc902a16e25d8777a756dac59cc001636 --- docs/en/next/docker.html | 3 ++- docs/en/next/docker/index.html | 3 ++- docs/fr/next/docker.html | 1 + docs/fr/next/docker/index.html | 1 + docs/ko/next/docker.html | 1 + docs/ko/next/docker/index.html | 1 + docs/pt-BR/next/docker.html | 1 + docs/pt-BR/next/docker/index.html | 1 + docs/ro/next/docker.html | 1 + docs/ro/next/docker/index.html | 1 + docs/ru/next/docker.html | 1 + docs/ru/next/docker/index.html | 1 + docs/zh-CN/next/docker.html | 1 + docs/zh-CN/next/docker/index.html | 1 + 14 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/en/next/docker.html b/docs/en/next/docker.html index 601ee8a330..d7eaa303e5 100644 --- a/docs/en/next/docker.html +++ b/docs/en/next/docker.html @@ -93,6 +93,7 @@
  • Run the Docusaurus container -- To start docker run docker run --rm -p 3000:3000 docusaurus-doc

    This will start a docker container with the image docusaurus-doc. To see more detailed container info run docker ps .

  • +

    To access Docusaurus from outside the docker container you must add the --host flag to the docusaurus-start command as described in: API Commands

    Use docker-compose

    We can also use docker-compose to configure our application. This feature of docker allows you to run the web server and any additional services with a single command.

    @@ -126,7 +127,7 @@

    To run a local web server with docker-compose run docker-compose up.

    To build static HTML pages for publishing run docker-compose run docusaurus bash -c 'yarn publish-gh-pages'

    -
    Last updated on 12/8/2019 by Yangshun Tay