Merge pull request #1256 from glazec/patch-1

fix docker bug when building development environment
This commit is contained in:
Rico Sta. Cruz 2020-02-13 22:01:36 +11:00 committed by GitHub
commit 925abb960b
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'