mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
237 B
YAML
10 lines
237 B
YAML
version: '2'
|
|
services:
|
|
web:
|
|
build: .
|
|
command: bash -c "rake db:migrate && rm -f tmp/pids/server.pid && rails server -b '0.0.0.0'"
|
|
volumes:
|
|
- .:/notebook-ai
|
|
ports:
|
|
- "3000:3000"
|