grey-software / toonin

Technology that allows you to tune in to your friends and family in realtime using peer-to-peer sharing.
https://toonin.grey.software
MIT License
67 stars 6 forks source link

🐛 Bug: toonin-server deployment failed #240

Open dlqqq opened 3 years ago

dlqqq commented 3 years ago

Current Behavior 🔍

Staging and Deploy-App workflows failed on CircleCI. It looks like it's some combination of two problems:

  1. node-gyp requires python v2/3 to be installed. i don't see this being installed in the docker setup script.

  2. node-sass is deprecated due to the deprecation of its dependency libsass

Steps to Reproduce 🔢

will update once i get docker running on my machine

1. 2. 3. 4.

Acceptence Criteria for Fix ✅

get docker build -t toonin-staging:$CIRCLE_SHA1 . to run with exit code 0 (success)