idk try this

This commit is contained in:
Andrew Brown 2023-05-01 17:05:39 -07:00
parent a20217bd27
commit 93877a551b

View File

@ -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"