This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
🐛 Bug: toonin-server deployment failed #240
Labels
Type: Bug
An issue that causes problems for users and developers.
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)The text was updated successfully, but these errors were encountered: