fix docker bug
This commit is contained in:
parent
4da6b9adbe
commit
1d4bca0e19
|
@ -5,7 +5,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- rubygems:/usr/local/bundle
|
- rubygems:/usr/local/bundle
|
||||||
- node_modules:/app/node_modules
|
- ./node_modules:/app/node_modules
|
||||||
ports:
|
ports:
|
||||||
- '4001:4001'
|
- '4001:4001'
|
||||||
- '35729:35729'
|
- '35729:35729'
|
||||||
|
|
Loading…
Reference in New Issue