toonin icon indicating copy to clipboard operation
toonin copied to clipboard

🐛 Bug: toonin-server deployment failed

Open dlqqq opened this issue 4 years ago • 0 comments

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

Acceptence Criteria for Fix ✅

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

dlqqq avatar Nov 06 '20 16:11 dlqqq