Deploy website

Deploy website version based on 13bfe8dbc9
This commit is contained in:
Website Deployment Script 2021-01-15 18:34:40 +00:00
parent ab689e1b74
commit c293711b43
14 changed files with 16 additions and 2 deletions

View file

@ -93,6 +93,7 @@
<li><p><strong>Docusaurus 컨테이너 실행하기</strong> -- 도커를 시작하려면 다음 명령을 입력하세요: <code>docker run --rm -p 3000:3000 docusaurus-doc</code></p>
<p><code>docusaurus-doc</code> 이미지 docker 컨테이너가 시작될 것입니다. 컨테이너에 대한 자세한 정보를 확인하려면 다음 명령을 입력 하세요: <code>docker ps</code></p></li>
</ol>
<p>To access Docusaurus from outside the docker container you must add the <code>--host</code> flag to the <code>docusaurus-start</code> command as described in: <a href="/docs/ko/next/commands#docusaurus-start">API Commands</a></p>
<h2><a class="anchor" aria-hidden="true" id="docker-compose-사용하기"></a><a href="#docker-compose-사용하기" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Docker-compose 사용하기</h2>
<p><code>docker-compose</code>를 사용하여 애플리케이션을 설정할 수도 있습니다. 이 기능은 한 번의 명령으로 웹서버와 다른 부가 서비스들을 시작할 수 있게 합니다.</p>
<blockquote>