Add experimental support for OpenSCAD libraries
I've been able to get a proof of concept of downloading a openscad library when the docker image builds https://twitter.com/IrevDev/status/1400785325509660678 Since its experimental atm I'll leave it with just the one for now. I've also got a local dev working again for the cad lambdas. Resolves #338
This commit is contained in:
5
app/api/src/docker/.env.example
Normal file
5
app/api/src/docker/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# The following are the env vars you need run the cad lamdas locally
|
||||
# The still connect to s3 so some secrets are needed, ask Kurt and he'll set things up for you
|
||||
DEV_AWS_SECRET_ACCESS_KEY=""
|
||||
DEV_AWS_ACCESS_KEY_ID=""
|
||||
DEV_BUCKET="cad-preview-bucket-dev-001"
|
||||
Reference in New Issue
Block a user