Skip to content

Commit

Permalink
Merge pull request rstacruz#1256 from glazec/patch-1
Browse files Browse the repository at this point in the history
fix docker bug when building development environment
  • Loading branch information
rstacruz authored Feb 13, 2020
2 parents 9490cf3 + 1d4bca0 commit 925abb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 925abb9

Please sign in to comment.