Skip to content

Commit

Permalink
fix(webpack): Update path in dockerStart too
Browse files Browse the repository at this point in the history
  • Loading branch information
zflamig committed Feb 28, 2018
1 parent f66bc8a commit 20ca1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerStart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rm -rf custom
#
npm run schema
npm run relay
NODE_ENV=production webpack --bail
NODE_ENV=production ./node_modules/.bin/webpack --bail

/usr/sbin/nginx -g 'daemon off;'

0 comments on commit 20ca1b1

Please sign in to comment.