fix docker bug

This commit is contained in:
glaze 2019-10-29 12:15:28 -07:00 committed by GitHub
parent 4da6b9adbe
commit 1d4bca0e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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