Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 358 Bytes

Amato Music

音楽で人と人をつなぐサービス

サーバーなどのコンテナの起動方法

はじめに/frontend/app直下でnpm install

(初回時: docker-compose build)
docker-compose up -d

http://localhost:8080/ で確認できます.

コンテナの終了方法

docker-compose stop