10up / twentysixteenreact

Twenty Sixteen theme as an isomorphic React.js application using NodeifyWP.
93 stars 20 forks source link

`docker-compose up` fails at Step 13 #9

Closed ockham closed 7 years ago

ockham commented 7 years ago

...with cp: cannot stat 'out.gn/x64.release/lib*.so': No such file or directory

tlovett1 commented 7 years ago

Can you try again?

ockham commented 7 years ago

Still no luck, even after a git pull; tho I think the relevant line wasn't changed by your latest commits anyway.

I wonder if docker-compose is re-using an outdated image somewhere for either of us. Since I ran into the issue right after a fresh checkout, is it possible that those files are lingering in an image in your setup (that predates the current state of the Dockerfile)? (Maybe try docker-compose up --force-recreate -- for me, that yielded the same error as before FWIW.)

ockham commented 7 years ago

Closing in favor of 10up/php-v8#1