Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

개요

이 가이드는 Docker 컨테이너에서 Node.js Ruby 소프트웨어 프로젝트를 빌드하고 테스트하기 위해 Bitbucket Pipelines를 사용하는 방법을 보여줍니다.

...

Bitbucket Pipelines는 구성 파일의 시작 부분에 명시한 이미지를 사용하여 Docker 컨테이너에서 모든 빌드를 실행합니다.  Docker Hub의 official Ruby Docker images 중 하나를 사용하여 Bitbucket Pipelines와 함께 Node.js를 Ruby를 쉽게 사용할 수 있습니다. 기본 Ruby 이미지를 사용하는 경우 기본적으로 설치된 번들러가 함께 제공되어 종속성을 관리하는 데 도움이 됩니다.

...