toonin
toonin copied to clipboard
🐛 Bug: toonin-server deployment failed
Current Behavior 🔍
Staging and Deploy-App workflows failed on CircleCI. It looks like it's some combination of two problems:
-
node-gyp
requires python v2/3 to be installed. i don't see this being installed in the docker setup script. -
node-sass
is deprecated due to the deprecation of its dependencylibsass
Steps to Reproduce 🔢
will update once i get docker running on my machine
Acceptence Criteria for Fix ✅
get docker build -t toonin-staging:$CIRCLE_SHA1 .
to run with exit code 0 (success)