Move production to the default and devlopment to alternate
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: development.Dockerfile
|
||||
command: bash -c "rm -f tmp/pids/server.pid && bin/rails s -p 3000 -b '0.0.0.0'"
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user