Commit graph

3 commits

Author SHA1 Message Date
Rhys Arkins
72c79793b0 fix: add bin/yarn* to Dockerfile
Closes #2609
2018-10-07 07:57:18 +02:00
Rhys Arkins
b0973eec92
fix: docker don't ignore hooks 2018-03-09 14:41:08 +01:00
Rhys Arkins
07ac4d2207
fix: move Dockerfile to project root (#1628)
Docker's build process doesn't allow you to ADD or COPY files from outside the directory tree. e.g. `ADD ../package.json .` is forbidden. The only option I can see is to move it and `hooks` back into the project root.
2018-03-09 14:23:08 +01:00