yaqwsx / jlcparts

Better parametric search for components available for JLC PCB assembly
https://yaqwsx.github.io/jlcparts/
MIT License
554 stars 51 forks source link

Docker - YAML file #96

Closed CzarnyLewis closed 1 year ago

CzarnyLewis commented 1 year ago

I have been trying to run JLCParts in Docker for several hours. Unfortunately, I don't know what the YAML file should look like. Does anyone know:

yaqwsx commented 1 year ago

What are you trying to achieve? The CI of this project builds a static website. There is no backend. Just plain-old static website that is enough to just serve via any HTTP server.

CzarnyLewis commented 1 year ago

I see there is a Dockerfile, so I thought it was cool to have a actual library of electronic components in a container.

yaqwsx commented 1 year ago

That was dockerfile specifying the run environment for Travis CI we no longer use (I removed it as it is no longer relevant).

The build process is described in https://github.com/yaqwsx/jlcparts/blob/master/.github/workflows/update_components.yaml

Since running this inside Docker makes no sense (there is no backend to run), I close this issue.