Merge pull request #1256 from glazec/patch-1
fix docker bug when building development environment
This commit is contained in:
commit
925abb960b
|
@ -5,7 +5,7 @@ services:
|
|||
volumes:
|
||||
- .:/app
|
||||
- rubygems:/usr/local/bundle
|
||||
- node_modules:/app/node_modules
|
||||
- ./node_modules:/app/node_modules
|
||||
ports:
|
||||
- '4001:4001'
|
||||
- '35729:35729'
|
||||
|
|
Loading…
Reference in New Issue