Added scripts to generate the `dev` images
This commit is contained in:
parent
377e85cffc
commit
4efa08c3c4
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
docker build -f tools/dev_image/Dockerfile -t setsoft/kicad_auto:dev .
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
docker build -f tools/dev_image_k6/Dockerfile -t setsoft/kicad_auto:dev_k6 .
|
||||
Loading…
Reference in New Issue