Hey I saw that the dockerfile looks like it's really old so I updated it so that it at least builds. I brought it forward to node 16 (which is LTS right now), and I updated the node-gyp version to one that uses python3. Also node-sass is quite outdated, so I swapped it out for dart-sass. Anyways now it's usable and actually builds. Hope this is helpful
Hey I saw that the dockerfile looks like it's really old so I updated it so that it at least builds. I brought it forward to node 16 (which is LTS right now), and I updated the
node-gyp
version to one that uses python3. Alsonode-sass
is quite outdated, so I swapped it out fordart-sass
. Anyways now it's usable and actually builds. Hope this is helpful