So it turns out that the #37 issue was a problem caused by my local node_modules dir being pulled in, numerous attempts at replication of the issue caused erroneous output because the local node_modules dir was overwriting the docker built node_modules dir. Cheers to @Samseppiol for reporting this bug.
So it turns out that the #37 issue was a problem caused by my local
node_modules
dir being pulled in, numerous attempts at replication of the issue caused erroneous output because the local node_modules dir was overwriting the docker built node_modules dir. Cheers to @Samseppiol for reporting this bug.