add dockerfile

This commit is contained in:
Chan
2025-01-10 15:17:36 +09:00
parent ab9e7bf220
commit 4e2ba1bf9e
4 changed files with 40 additions and 1 deletions

View File

@@ -33,4 +33,12 @@ yarn install
yarn start
```
이 명령어는 demo 디렉토리에 있는 페이지를 엽니다. 필요하다면 audio.mp3와 audio.json 파일을 교체하여 생성한 스크립트를 테스트하고 확인할 수 있습니다.
이 명령어는 demo 디렉토리에 있는 페이지를 엽니다.
필요하다면 audio.mp3와 audio.json 파일을 교체하여 생성한 스크립트를 테스트하고 확인할 수 있습니다.
## docker
```bash
docker compose build
docker compose up
```