Skip to content

Commit

Permalink
Merge pull request #2269 from lukeromanowicz/fix/webpack-typescript-c…
Browse files Browse the repository at this point in the history
…onfig

share webpack typescript config with docker container
  • Loading branch information
filrak committed Jan 21, 2019
2 parents 61f935a + 7c11c7b commit 3954716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -18,6 +18,7 @@ services:
- './.eslintrc.js:/var/www/.eslintrc.js'
- './lerna.json:/var/www/lerna.json'
- './tsconfig.json:/var/www/tsconfig.json'
- './tsconfig-build.json:/var/www/tsconfig-build.json'
- './shims.d.ts:/var/www/shims.d.ts'
- './package.json:/var/www/package.json'
- './src:/var/www/src'
Expand Down

0 comments on commit 3954716

Please sign in to comment.