cleaning up vagrant and various other files. fixing docker compose startup
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ version: '2'
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
|
||||
volumes:
|
||||
- .:/myapp
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user