We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20217b commit 93877a5Copy full SHA for 93877a5
docker-compose.yml
@@ -4,6 +4,6 @@ services:
4
build: .
5
ports:
6
- "3000:3000/tcp"
7
- 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"
8
volumes:
9
- "./:/notebook-ai"
0 commit comments