mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
idk try this
This commit is contained in:
parent
a20217bd27
commit
93877a551b
@ -4,6 +4,6 @@ services:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000/tcp"
|
||||
command: sh -c "rake db:migrate && rm -f tmp/pids/server.pid && exec bundle exec rails server -b 0.0.0.0"
|
||||
command: sh -c "rake db:migrate && rm -f tmp/pids/server.pid && exec rails server -b 0.0.0.0"
|
||||
volumes:
|
||||
- "./:/notebook-ai"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user