mrvautin / expressCart

A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
https://expresscart-demo.markmoffat.com
MIT License
2.25k stars 876 forks source link

Docker has an error #192

Closed hiwoobuy closed 3 years ago

hiwoobuy commented 3 years ago

ERROR: Service 'expresscart' failed to build : COPY failed: file not found in build context or excluded by .dockerignore: stat gulpfile.js: file does not exist

hiwoobuy commented 3 years ago

Solved.

shuaichang commented 3 years ago

Encountered the same error, seems gulpfile.js is not there, could you share how you solved the problem or simply removed. the COPY gulpfile.js ?