Skip to content

Commit

Permalink
Fix webpack.config.js path (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Feb 25, 2017
1 parent 24457f6 commit ec16015
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 @@ -15,7 +15,7 @@ services:
- ./.eslintignore:/app/.eslintignore
- ./.eslintrc.json:/app/.eslintrc.json
- ./package.json:/app/package.json
- ./webpack.config.json:/app/webpack.config.json
- ./webpack.config.js:/app/webpack.config.js
- ./yarn.lock:/app/yarn.lock
volumes:
node_modules:

0 comments on commit ec16015

Please sign in to comment.