Use release package instead to avoid conda permission issues

conda permission issue would arise only when deployed. Side stepped this
issue by using the release package instead.

Also cleaned up the docker file. Still need to remove duplication
between openscad and cadquery apis
This commit is contained in:
Kurt Hutten
2021-04-23 07:41:55 +10:00
parent 35d5c02f96
commit 9cf02980cc
4 changed files with 16 additions and 78 deletions

View File

@@ -22,7 +22,7 @@ module.exports.runScad = async ({
console.log('command', command)
try {
const result = await runCommand(command, 10000)
const result = await runCommand(command, 15000)
return { result, tempFile }
} catch (error) {
return { error, tempFile }