version: '3' services: nodejs: build: context: ./docker/node volumes: - .:/app # 常時起動用のオプション tty: true stdin_open: true ports: - 3000:3000